Use PR number for concurrency group (#3790)

This commit is contained in:
Jack Amadeo 2025-08-01 15:36:40 -04:00 committed by GitHub
parent 3b6a92b715
commit 7b67007a54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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: