mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix concurrent builds
This commit is contained in:
parent
1d204e9f48
commit
db70a210a2
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- mealie-next
|
- mealie-next
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: nightly-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
backend-tests:
|
backend-tests:
|
||||||
name: "Backend Server Tests"
|
name: "Backend Server Tests"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user