Skip to content

Commit ef20af3

Browse files
authored
Merge pull request #52 from RalfJung/cron
make cron job message consistent with Miri
2 parents 6f341f4 + 58d9711 commit ef20af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
ZULIP_BOT_EMAIL: ${{ secrets.ZULIP_BOT_EMAIL }}
117117
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
118118
run: |
119-
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure (miri-test-libstd, $(date -u +%Y-%m))" \
119+
~/.local/bin/zulip-send --stream miri --subject "Miri test-libstd Failure ($(date -u +%Y-%m))" \
120120
--message 'Dear @*T-miri*,
121121
122122
The standard library test suite is [failing under Miri]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"'). Would you mind investigating this issue?

0 commit comments

Comments
 (0)