mirror of
https://github.com/block/goose.git
synced 2026-04-30 12:39:36 +00:00
Use PR number for concurrency group (#3790)
This commit is contained in:
parent
3b6a92b715
commit
7b67007a54
4 changed files with 4 additions and 4 deletions
2
.github/workflows/pr-comment-bundle.yml
vendored
2
.github/workflows/pr-comment-bundle.yml
vendored
|
|
@ -19,7 +19,7 @@ permissions:
|
|||
name: Bundle ARM64 Desktop App
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ (github.event.issue && github.event.issue.number) || github.event.inputs.pr_number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue