Skip to content

Commit

Permalink
chore(ci): Enable ci for next branch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
npalm committed Dec 28, 2022
1 parent 533674c commit 5467850
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lambda-runner-binaries-syncer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- develop
- next
pull_request:
paths:
- .github/workflows/lambda-runner-binaries-syncer.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lambda-runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- develop
- next
pull_request:
paths:
- .github/workflows/lambda-runners.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- next
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- develop
- next
pull_request:
paths-ignore:
- "modules/*/lambdas/**"
Expand Down

0 comments on commit 5467850

Please sign in to comment.