mirror of https://github.com/OpenIPC/firmware.git
[no ci] cancel previous workflow if pr is updated
parent
a6b9d985f4
commit
989a8d7f20
|
@ -17,6 +17,10 @@ on:
|
|||
- '**.md'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
MAX_KERNEL_SIZE: 0x200000
|
||||
MAX_ROOTFS_SIZE: 0x500000
|
||||
|
|
Loading…
Reference in New Issue