authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-08 17:11:59+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-08 17:11:59+02:00
log63b663a63b3d01caa3b51cb53bb1626a282451cb
treef76aca223748667d74b263db79b1f16e6d00b6b3
parent87f2dadbf19cd9b6d54c76d7a35df3328f1ffc53
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: fix concurrency group for ci-pr-riscv64-linux workflow


1 files changed, 1 insertions(+), 1 deletions(-)

.github/workflows/ci-pr-riscv64-linux.yaml+1-1
...@@ -8,7 +8,7 @@ on:...@@ -8,7 +8,7 @@ on:
8 - synchronize8 - synchronize
9concurrency:9concurrency:
10 # Cancels pending runs when a PR gets updated.10 # Cancels pending runs when a PR gets updated.
11 group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}11 group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}
12 cancel-in-progress: true12 cancel-in-progress: true
13permissions:13permissions:
14 # Sets permission policy for `GITHUB_TOKEN`14 # Sets permission policy for `GITHUB_TOKEN`