mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -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
|
||||
type: string
|
||||
|
||||
# TODO: add concurrency check to cancel in-progress builds
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue