Compare commits

...
1 Commits
17 ... 18
Author SHA1 Message Date
nezumi 7deb883720 update config 2025-01-22 20:25:45 +07:00
+1 -1
View File
@@ -46,5 +46,5 @@ jobs:
permissions: write-all permissions: write-all
needs: check needs: check
uses: ./.github/workflows/build.yml uses: ./.github/workflows/build.yml
if: ${{ needs.check.outputs.SHOULD_BUILD == 0 }} if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }}
secrets: inherit secrets: inherit