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 - synchronize
concurrency: concurrency:
# Cancels pending runs when a PR gets updated. # 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 cancel-in-progress: true
permissions: permissions:
# Sets permission policy for `GITHUB_TOKEN` # Sets permission policy for `GITHUB_TOKEN`