mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 05:27:36 +02:00
build: cancel duplicate workflows (#2818)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user