ci: fix concurrency group for ci-pr-riscv64-linux workflow
1 files changed, 1 insertions(+), 1 deletions(-)
.github
workflows
.github/workflows/ci-pr-riscv64-linux.yaml+1-1
| ... | ... | @@ -8,7 +8,7 @@ on: |
| 8 | 8 | - synchronize |
| 9 | 9 | concurrency: |
| 10 | 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 | 12 | cancel-in-progress: true |
| 13 | 13 | permissions: |
| 14 | 14 | # Sets permission policy for `GITHUB_TOKEN` |