Skip to content

Commit 63b663a

Browse files
committed
ci: fix concurrency group for ci-pr-riscv64-linux workflow
1 parent 87f2dad commit 63b663a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr-riscv64-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- synchronize
99
concurrency:
1010
# 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 }}
1212
cancel-in-progress: true
1313
permissions:
1414
# Sets permission policy for `GITHUB_TOKEN`

0 commit comments

Comments
 (0)