Skip to content

Commit 73658f6

Browse files
ci: better error echoed
1 parent 9f2f471 commit 73658f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Fails Draft pull request.
1515
run: |
16-
echo "Draft pull requests are not allowed. Please mark the pull request as ready for review."
16+
echo "Draft pull requests should not trigger CI. Please mark the pull request as Ready for review to continue."
1717
exit 1
1818
1919
lintCodebase:

0 commit comments

Comments
 (0)