forked from mirrors/homebox
fix if check
This commit is contained in:
parent
48a719d385
commit
eca071f974
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue