ci: automatically cancel previous jobs on new commits
This commit is contained in:
4
.github/workflows/images-oraclelinux.yml
vendored
4
.github/workflows/images-oraclelinux.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user