mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
add concurrency check
This commit is contained in:
parent
55b0e588e1
commit
ff4ab8b397
1 changed files with 4 additions and 1 deletions
5
.github/workflows/on-demand.yml
vendored
5
.github/workflows/on-demand.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
# TODO: add concurrency check to cancel in-progress builds
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue