diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1391068..b02daf4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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