Skip to content

Commit 3fe5072

Browse files
authored
Merge pull request #46 from RalfJung/rustup-cronjob
automatic rustup: clarify CI message when no PR is created
2 parents 07ad9ee + c56ce37 commit 3fe5072

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)