ci: Stop triggering the workflow for llvm branches.
We usually do a PR for the llvm branches, so triggering a run for the branch
means we do extra work for no reason.
1 files changed, 0 insertions(+), 1 deletions(-)
.github
workflows
.github/workflows/ci.yaml-1
| ... | @@ -4,7 +4,6 @@ on: | ... | @@ -4,7 +4,6 @@ on: |
| 4 | push: | 4 | push: |
| 5 | branches: | 5 | branches: |
| 6 | - master | 6 | - master |
| 7 | - llvm19 | | |
| 8 | concurrency: | 7 | concurrency: |
| 9 | # Cancels pending runs when a PR gets updated. | 8 | # Cancels pending runs when a PR gets updated. |
| 10 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} | 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |