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

View File

@@ -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