Skip to content

Commit 5a9205e

Browse files
committed
Organizing files for repo merging
1 parent 7c5f8e4 commit 5a9205e

File tree

175 files changed

+4
-5174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+4
-5174
lines changed

.ci/.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.ci/Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

.ci/build.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/auto-approve-dependabot.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/lambda-runner-binaries-syncer.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/lambda-runners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
pull_request:
77
paths:
88
- .github/workflows/lambda-runners.yml
9-
- "modules/runners/lambdas/runners/**"
9+
- "terraform-aws-github-runner/modules/runners/lambdas/runners/**"
1010

1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
container: node:12
1515
defaults:
1616
run:
17-
working-directory: modules/runners/lambdas/runners
17+
working-directory: terraform-aws-github-runner/modules/runners/lambdas/runners
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/lambda-webhook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
pull_request:
77
paths:
88
- .github/workflows/lambda-webhook.yml
9-
- "modules/webhook/lambdas/webhook/**"
9+
- "terraform-aws-github-runner/modules/webhook/lambdas/webhook/**"
1010

1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
container: node:12
1515
defaults:
1616
run:
17-
working-directory: modules/webhook/lambdas/webhook
17+
working-directory: terraform-aws-github-runner/modules/webhook/lambdas/webhook
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

.github/workflows/terraform.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)