mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-30 03:32:43 +00:00
set concurrency limit for CI workflow (#657)
This commit is contained in:
parent
3b53734eab
commit
91f4f15c49
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…
x
Reference in New Issue
Block a user