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

This commit is contained in:
Alex Rønne Petersen 2025-08-08 17:11:59 +02:00
parent 87f2dadbf1
commit 63b663a63b
No known key found for this signature in database

View File

@ -8,7 +8,7 @@ on:
- synchronize
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}
cancel-in-progress: true
permissions:
# Sets permission policy for `GITHUB_TOKEN`