1
0
Fork 0
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:
Hayden 2022-05-24 21:19:50 -08:00 committed by GitHub
parent ea503a0235
commit 30d19c6503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1889 additions and 1221 deletions

View file

@ -6,7 +6,7 @@ on:
- mealie-next
concurrency:
group: ${{ github.ref }}
group: backend-nightly-${{ github.ref }}
cancel-in-progress: true
jobs:

View file

@ -6,7 +6,7 @@ on:
- mealie-next
concurrency:
group: ${{ github.ref }}
group: frontend-nightly-${{ github.ref }}
cancel-in-progress: true
jobs: