Skip to content

Commit 27764c7

Browse files
committed
Experiment with dist
1 parent 43dd864 commit 27764c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ env:
33
lambda_name: runner-binaries-syncer
44
lambda_path: modules/runner-binaries-syncer/lambdas/runner-binaries-syncer
55
on:
6-
push:
7-
# branches:
8-
# - master
9-
# tags:
10-
# - *
11-
pull_request:
12-
paths:
13-
- .github/workflows/lambda-runner-binaries-syncer.yml
14-
- "modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/**"
6+
[push]
7+
# branches:
8+
# - master
9+
# tags:
10+
# - *
11+
# pull_request:
12+
# paths:
13+
# - .github/workflows/lambda-runner-binaries-syncer.yml
14+
# - "modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/**"
1515

1616
jobs:
1717
build:

0 commit comments

Comments
 (0)