diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51cb6991..4fa013eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: # Required for `release: merge dev -> master and promote dev` token: ${{secrets.GH_TOKEN}} - uses: actions/checkout@v4 - if: !((github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push') + if: ((github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push') == false - uses: actions/setup-node@v4 with: node-version: 20