set concurrency limit for CI workflow (#657)
This commit is contained in:
parent
3b53734eab
commit
91f4f15c49
1 changed files with 4 additions and 0 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
|
@ -9,6 +9,10 @@ on:
|
|||
branches: [master, nightly]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
github_env:
|
||||
name: GitHub Env Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue