update config

This commit is contained in:
2025-01-22 20:25:45 +07:00
parent be1c20bb87
commit 7deb883720
+1 -1
View File
@@ -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