set concurrency limit for CI workflow (#657)
This commit is contained in:
@@ -9,6 +9,10 @@ on:
|
|||||||
branches: [master, nightly]
|
branches: [master, nightly]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
github_env:
|
github_env:
|
||||||
name: GitHub Env Debug
|
name: GitHub Env Debug
|
||||||
|
|||||||
Reference in New Issue
Block a user