Cancel in-progress runs when pushing new code
This commit is contained in:
parent
dfd4dbc81e
commit
baa81eb939
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-apple.yml
vendored
3
.github/workflows/build-apple.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- "*"
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build App (${{ matrix.platform }})
|
name: Build App (${{ matrix.platform }})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue