diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d210890..78d4045 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,5 @@ jobs: permissions: write-all needs: check uses: ./.github/workflows/build.yml - if: ${{ needs.check.outputs.SHOULD_BUILD == 0 }} + if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }} secrets: inherit