authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-02-05 10:15:01+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-04 06:06:39+02:00
log50cb2fa0a2630c0a4289ac840f896b1a6218f41d
tree37aa884b0791a06cdd24de222f242592a19fcc55
parent155b34ba0569d264650e341eab58c1f704c35bfd
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

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/ci.yaml-1
......@@ -4,7 +4,6 @@ on:
44 push:
55 branches:
66 - master
7 - llvm19
87concurrency:
98 # Cancels pending runs when a PR gets updated.
109 group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}