Cancel in-progress CI runs if another one starts
This commit is contained in:
parent
0a94e8fdf0
commit
a49b58ba87
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: CI
|
||||
on: [push, pull_request]
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
build:
|
||||
name: Build, Upload, Test
|
||||
|
|
Loading…
Reference in a new issue