set concurrency limit for CI workflow (#657)

This commit is contained in:
ReenigneArcher
2022-12-30 12:24:35 -05:00
committed by GitHub
parent 3b53734eab
commit 91f4f15c49
+4
View File
@@ -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