Skip to content

Commit 4d2f0db

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 e0ab663 commit 4d2f0db

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)