Skip to content

Commit

Permalink
[Backport to 18] [CI] Do not run check-in-tree after pushes to llvm_r…
Browse files Browse the repository at this point in the history
…elease_* (KhronosGroup#2793) (KhronosGroup#2799)

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.

(cherry picked from commit 196bbc9)
  • Loading branch information
svenvh authored Oct 24, 2024
1 parent 0c0fa96 commit e8e7d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-in-tree-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: In-tree build & tests
on:
push:
branches:
# This check is expensive; do not run it after pushes to llvm_release_*
- main
- llvm_release_*
paths-ignore: # no need to check build for:
- 'docs/**' # documentation
- '**.md' # README
Expand Down

0 comments on commit e8e7d76

Please sign in to comment.