1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2025-04-03 06:18:46 +00:00

fix if check

This commit is contained in:
Hayden 2022-10-11 09:48:36 -08:00
parent 48a719d385
commit eca071f974

View file

@ -33,7 +33,7 @@ jobs:
publish-nightly:
name: "Publish Nightly"
if: ${{ github.event_name != 'release' }}
if: github.event_name != 'release'
needs:
- backend-tests
- frontend-tests