| author | |
| committer | |
| log | 50cb2fa0a2630c0a4289ac840f896b1a6218f41d |
| tree | 37aa884b0791a06cdd24de222f242592a19fcc55 |
| parent | 155b34ba0569d264650e341eab58c1f704c35bfd |
| signature |
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/ci.yaml-1| ... | ... | @@ -4,7 +4,6 @@ on: |
| 4 | 4 | push: |
| 5 | 5 | branches: |
| 6 | 6 | - master |
| 7 | - llvm19 | |
| 8 | 7 | concurrency: |
| 9 | 8 | # Cancels pending runs when a PR gets updated. |
| 10 | 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |