Skip to content

Commit

Permalink
ci: better error echoed
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Oct 17, 2024
1 parent 9f2f471 commit 73658f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Fails Draft pull request.
run: |
echo "Draft pull requests are not allowed. Please mark the pull request as ready for review."
echo "Draft pull requests should not trigger CI. Please mark the pull request as Ready for review to continue."
exit 1
lintCodebase:
Expand Down

0 comments on commit 73658f6

Please sign in to comment.