mirror of https://github.com/OpenIPC/firmware.git
[no ci] cancel previous workflow if pr is updated (#774)
Co-authored-by: Viktor <viktorxda@users.noreply.github.com>pull/777/head
parent
a6b9d985f4
commit
7f50da9c8b
|
@ -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