mirror of https://github.com/OpenIPC/firmware.git
[no ci] add fallback value for concurrency group (#777)
Co-authored-by: Viktor <viktorxda@users.noreply.github.com>pull/779/head
parent
7f50da9c8b
commit
159840b627
|
@ -18,7 +18,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue