mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
avoid concurent action
This commit is contained in:
parent
b53b462151
commit
4ab55b70b4
2 changed files with 8 additions and 0 deletions
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -13,6 +13,10 @@ on:
|
|||
pull_request:
|
||||
branches: [ "master", "v2.0.0" ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue