Skip to content

Commit bd16a00

Browse files
svenvhjsji
authored andcommitted
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. Original commit: KhronosGroup/SPIRV-LLVM-Translator@196bbc97bdde045
1 parent b12df55 commit bd16a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/.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)