Skip to content

Commit

Permalink
fix: do not continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Jul 26, 2023
1 parent 84f339a commit 9f45d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
return 0
fi
echo "Changes to files other than README.md or *.yml detected. Proceeding with the CI/CD workflow."
continue-on-error: true
# continue-on-error: true

test:
needs: check_readme_changes
Expand Down

0 comments on commit 9f45d5c

Please sign in to comment.