mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
remove github.ref from concurency group name
This commit is contained in:
@@ -13,7 +13,7 @@ permissions:
|
||||
contents: read
|
||||
concurrency:
|
||||
# https://stackoverflow.com/questions/74117321/if-condition-in-concurrency-in-gha
|
||||
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user