Skip to content

Commit 8cd23f0

Browse files
committed
Do not run CI on merges to relese
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.
1 parent 36e543d commit 8cd23f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- '*'
1919
branches-ignore:
2020
- 'gh-readonly-queue/**'
21+
- 'release-**'
2122
pull_request:
2223
merge_group:
2324
schedule:

0 commit comments

Comments
 (0)