Skip to content

Commit

Permalink
debug: test not logic
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed Aug 22, 2024
1 parent b659f6a commit 68906cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
publish:
needs: prepare
name: Publish to Cloudflare Pages
if: ${{ needs.prepare.outputs.continue == true }}
if: ${{ ! needs.prepare.outputs.continue == true }}
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
Expand Down

0 comments on commit 68906cd

Please sign in to comment.