[no ci] add fallback value for concurrency group

pull/777/head
Viktor 2023-05-08 16:24:25 +02:00
parent 7f50da9c8b
commit f174dff3ed
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env: