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:
|
publish-nightly:
|
||||||
name: "Publish Nightly"
|
name: "Publish Nightly"
|
||||||
if: ${{ github.event_name != 'release' }}
|
if: github.event_name != 'release'
|
||||||
needs:
|
needs:
|
||||||
- backend-tests
|
- backend-tests
|
||||||
- frontend-tests
|
- frontend-tests
|
||||||
|
|
Loading…
Reference in a new issue