mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 15:47:37 +00:00
fix(ci): add concurrency to workflows
This commit is contained in:
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
@@ -8,6 +8,10 @@ on:
|
||||
- cron: "0 4 * * 1,4"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user