mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -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]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: ${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in a new issue