Skip to content

Commit

Permalink
Do not run CI on merges to relese
Browse files Browse the repository at this point in the history
PRs are merged to the release branches using our own implementation of the merge queue. The history for them is linearised and we are running all the CI both after every backported batch. Those builds are redundant and can clog our runners.
  • Loading branch information
Kordyjan committed Nov 20, 2023
1 parent 36e543d commit 8cd23f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '*'
branches-ignore:
- 'gh-readonly-queue/**'
- 'release-**'
pull_request:
merge_group:
schedule:
Expand Down

0 comments on commit 8cd23f0

Please sign in to comment.