Skip to content

Commit

Permalink
test will not exit
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Mar 20, 2024
1 parent 7f7f26f commit 7b62542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
STEPS_CONTEXT: ${{ toJson(steps) }}
run: echo "$STEPS_CONTEXT"
- run: exit 1
if: ${{ steps.commit_step.pushed != 'true' }}
if: ${{ steps.commit_step.pushed == 'true' }}
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 7b62542

Please sign in to comment.