diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ed5b51..2be1a64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: build: runs-on: ubuntu-latest needs: check - if: ${{ !needs.check.outputs.is_new }} + if: ${{ needs.check.outputs.is_new }} permissions: packages: write contents: read