Skip to content

Commit b666a38

Browse files
committed
Auto merge of #1676 - RalfJung:zulip, r=RalfJung
undo cronjob deliberate failure
2 parents 1cf1a2e + 0b9ee16 commit b666a38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
run: |
7272
if [[ ${{ github.event_name }} == 'schedule' ]]; then
7373
RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
74-
exit 1 # just to test cron notifications
7574
else
7675
RUSTC_HASH=$(< rust-version)
7776
fi

0 commit comments

Comments
 (0)