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
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: