Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 48769ca

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 c08b335 commit 48769ca

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: .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

Diff for: .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

Diff for: .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:

Diff for: .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)