We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5d772 commit b576301Copy full SHA for b576301
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
pnpm install --prod
41
42
- name: Run CI update command
43
- if: inputs.skip_update != false
+ if: inputs.skip_update == false
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
MINIO_ENDPOINT: ${{ secrets.MINIO_ENDPOINT }}
0 commit comments