mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +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/baseline-profile.yml
vendored
3
.github/workflows/baseline-profile.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
- cron: '43 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
baseline-profile:
|
||||
runs-on: macos-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue