ci: automatically cancel previous jobs on new commits
This commit is contained in:
parent
d6670ee8d9
commit
0589ae25e4
4
.github/workflows/images-debian.yml
vendored
4
.github/workflows/images-debian.yml
vendored
@ -7,6 +7,10 @@ on:
|
|||||||
- 'tools/qemu-debian-img/**'
|
- 'tools/qemu-debian-img/**'
|
||||||
- '.github/workflows/images-debian.yml'
|
- '.github/workflows/images-debian.yml'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
images:
|
images:
|
||||||
name: Qemu Images
|
name: Qemu Images
|
||||||
|
4
.github/workflows/images-oraclelinux.yml
vendored
4
.github/workflows/images-oraclelinux.yml
vendored
@ -7,6 +7,10 @@ on:
|
|||||||
- 'tools/qemu-oraclelinux-img/**'
|
- 'tools/qemu-oraclelinux-img/**'
|
||||||
- '.github/workflows/images-oraclelinux.yml'
|
- '.github/workflows/images-oraclelinux.yml'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
images-oraclelinux:
|
images-oraclelinux:
|
||||||
name: Qemu Images
|
name: Qemu Images
|
||||||
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -11,6 +11,10 @@ on:
|
|||||||
- "README.md"
|
- "README.md"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@ -11,6 +11,10 @@ on:
|
|||||||
- "README.md"
|
- "README.md"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user