[no ci] add fallback value for concurrency group (#777)

Co-authored-by: Viktor <viktorxda@users.noreply.github.com>
pull/779/head
viktorxda 2023-05-08 18:03:11 +02:00 committed by GitHub
parent 7f50da9c8b
commit 159840b627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: