mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
ci: fix concurrency group for ci-pr-riscv64-linux workflow
This commit is contained in:
parent
87f2dadbf1
commit
63b663a63b
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…
x
Reference in New Issue
Block a user