Skip to content

Commit 20f646f

Browse files
committed
chore(ci): Enable ci for next branch
BREAKING CHANGE: - Add option to deploy multiple runner at once, see for details: #2472 #2517 - Drop support check_run event, see for details: #2521 #2517 - Remove pre 0.19.0 scale down mechanism, see details: #2519 #2517
1 parent cf8cabc commit 20f646f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- develop
6+
- next
67
pull_request:
78
paths:
89
- .github/workflows/lambda-runner-binaries-syncer.yml

.github/workflows/lambda-runners.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- develop
6+
- next
67
pull_request:
78
paths:
89
- .github/workflows/lambda-runners.yml

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8+
- next
89
workflow_dispatch:
910

1011
jobs:

.github/workflows/terraform.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- develop
7+
- next
78
pull_request:
89
paths-ignore:
910
- "modules/*/lambdas/**"

0 commit comments

Comments
 (0)