undo cronjob deliberate failure

This commit is contained in:
Ralf Jung 2021-01-16 10:29:37 +01:00
parent 1cf1a2e40a
commit 0b9ee16248

View File

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