ci: fix concurrency for pull_request_target (#6917)

This commit is contained in:
Pierrick Hymbert
2024-04-26 09:26:59 +02:00
committed by GitHub
parent 5790c8dac1
commit 7d641c26ac
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ on:
- cron: '2 4 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: