Skip to content

Commit b44a1db

Browse files
authored
Do not run CI on merges to relese (#19004)
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 after every backported batch. Those builds are redundant and can clog our runners. [skip ci]
2 parents 77e23f0 + 8cd23f0 commit b44a1db

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)