Skip to content

Commit

Permalink
[CI] Do not run check-in-tree after pushes to llvm_release_* (#2793)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
svenvh authored Oct 23, 2024
1 parent 5660237 commit 196bbc9
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 196bbc9

Please sign in to comment.