Skip to content

Commit 196bbc9

Browse files
authored
[CI] Do not run check-in-tree after pushes to llvm_release_* (#2793)
The check-in-tree tests take about 50 minutes to run compared to <5 minutes for check-out-of-tree. This causes considerable congestion on the runners when backports get merged to several llvm_release_* branches around the same time. Since the value of these post-push checks is relatively low, disable them; they will still run on pull requests.
1 parent 5660237 commit 196bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-in-tree-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name: In-tree build & tests
99
on:
1010
push:
1111
branches:
12+
# This check is expensive; do not run it after pushes to llvm_release_*
1213
- main
13-
- llvm_release_*
1414
paths-ignore: # no need to check build for:
1515
- 'docs/**' # documentation
1616
- '**.md' # README

0 commit comments

Comments
 (0)