mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +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/dependency.yml
vendored
4
.github/workflows/dependency.yml
vendored
|
|
@ -13,6 +13,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master", "v2.0.0" ]
|
branches: [ "master", "v2.0.0" ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dependency-submission:
|
dependency-submission:
|
||||||
|
|
||||||
|
|
|
||||||
4
.github/workflows/gradle.yml
vendored
4
.github/workflows/gradle.yml
vendored
|
|
@ -13,6 +13,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master", "v2.0.0" ]
|
branches: [ "master", "v2.0.0" ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue