Skip to content

Commit c56ce37

Browse files
committed
automatic rustup: clarify CI message when no PR is created
1 parent e01b276 commit c56ce37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
# If this is not the first of the month, stop here.
8989
if [[ $(date -u +%d) != "01" ]]; then
90-
echo "Only creating PR on the first of each month."
90+
echo "It's not the first of a month, so there will be no PR."
9191
exit 0
9292
fi
9393
# Create commit

0 commit comments

Comments
 (0)