mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
ci: fix concurrency group for ci-pr-riscv64-linux workflow
This commit is contained in:
parent
87f2dadbf1
commit
63b663a63b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-pr-riscv64-linux.yaml
vendored
2
.github/workflows/ci-pr-riscv64-linux.yaml
vendored
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue