reformat?

This commit is contained in:
Hayden 2022-10-11 09:09:17 -08:00
parent 3aae71ee18
commit 6b1110b3c5
2 changed files with 6 additions and 3 deletions

View file

@ -33,6 +33,7 @@ jobs:
publish-nightly:
name: "Publish Nightly"
if: ${{ github.event_name != 'release' }}
needs:
- backend-tests
- frontend-tests
@ -43,8 +44,8 @@ jobs:
GH_TOKEN: ${{ secrets.CR_PAT }}
publish-tag:
if: github.event_name == 'release'
name: "Publish Tag"
if: github.event_name == 'release'
needs:
- backend-tests
- frontend-tests