mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-11 20:46:07 +01:00
build: cancel duplicate workflows (#2818)
This commit is contained in:
parent
b7c56c8928
commit
7e71ad01d1
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -10,6 +10,9 @@ on:
|
||||
- 'brut.apktool/apktool-lib/src/main/resources/**'
|
||||
- 'brut.apktool/apktool-lib/src/test/**'
|
||||
- '.github/workflows/**'
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
BINARY_PATH: brut.apktool/apktool-lib/src/main/resources/prebuilt
|
||||
|
Loading…
Reference in New Issue
Block a user