mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
add concurrency
This commit is contained in:
parent
9b8de64137
commit
4dc99972b0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
- cron: '0 0 * * *' # Every day at midnight UTC
|
||||
push:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
generate-matrix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue