mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 00:48:33 +00:00
fix(ci): add concurrency to workflows
This commit is contained in:
4
.github/workflows/new-release.yml
vendored
4
.github/workflows/new-release.yml
vendored
@@ -7,6 +7,10 @@ on:
|
||||
schedule:
|
||||
- cron: '0 21 * * *' # 00:00 at Europe/Helsinki
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user