mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
chore: cancel old in-progress CI workflows (#13811)
This commit is contained in:
parent
8b2989c417
commit
d8489b6f1f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,6 +2,10 @@ name: ci
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: ${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}
|
name: ${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in a new issue