mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 12:06:38 +00:00
[Github][CI] Enable New Premerge on PRs (#127894)
This patch gets rid of the file restriction for running the new premerge Github workflow on PRs. This will cause the jobs to be run on all the PRs. Currently the jobs will succeed regardless of build/test failure results. This will let us test the new infra hopefully without too much disruption before eventually letting jobs fail when builds/tests fail and deprecating the existing premerge system. This is part of the launch plan as outlined in https://discourse.llvm.org/t/googles-plan-for-the-llvm-presubmit-infrastructure/78940.
This commit is contained in:
parent
19af8581d5
commit
6e7da07c73
2
.github/workflows/premerge.yaml
vendored
2
.github/workflows/premerge.yaml
vendored
@ -14,8 +14,6 @@ on:
|
||||
# do this is that it allows us to take advantage of concurrency groups
|
||||
# to cancel in progress CI jobs whenever the PR is closed.
|
||||
- closed
|
||||
paths:
|
||||
- .github/workflows/premerge.yaml
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
Loading…
x
Reference in New Issue
Block a user