mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix(ci): enforce concurrency for all workflows
This commit is contained in:
parent
301760c39f
commit
054ba13dc3
3 changed files with 9 additions and 0 deletions
3
.github/workflows/codeql_analysis.yml
vendored
3
.github/workflows/codeql_analysis.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue