1
0
Fork 0

ci: automatically cancel previous jobs on new commits

timestamps
dump_stack() 2023-05-18 11:58:53 +00:00
parent d6670ee8d9
commit 0589ae25e4
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
4 changed files with 16 additions and 0 deletions

View File

@ -7,6 +7,10 @@ on:
- 'tools/qemu-debian-img/**'
- '.github/workflows/images-debian.yml'
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
jobs:
images:
name: Qemu Images

View File

@ -7,6 +7,10 @@ on:
- 'tools/qemu-oraclelinux-img/**'
- '.github/workflows/images-oraclelinux.yml'
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
jobs:
images-oraclelinux:
name: Qemu Images

View File

@ -11,6 +11,10 @@ on:
- "README.md"
pull_request:
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
jobs:
build:
name: Build

View File

@ -11,6 +11,10 @@ on:
- "README.md"
pull_request:
concurrency:
group: ${{ github.workflow_ref }}
cancel-in-progress: true
jobs:
build:
name: Build