mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
fix: bad dev dependency (#1281)
* revert bad dev dependency * fix concurrent builds
This commit is contained in:
parent
ea503a0235
commit
30d19c6503
4 changed files with 1889 additions and 1221 deletions
2
.github/workflows/backend-docker-nightly.yml
vendored
2
.github/workflows/backend-docker-nightly.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
- mealie-next
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: backend-nightly-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -6,7 +6,7 @@ on:
|
|||
- mealie-next
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: frontend-nightly-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue