undo cronjob deliberate failure
This commit is contained in:
parent
1cf1a2e40a
commit
0b9ee16248
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -71,7 +71,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
if [[ ${{ github.event_name }} == 'schedule' ]]; then
|
||||||
RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
|
RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
|
||||||
exit 1 # just to test cron notifications
|
|
||||||
else
|
else
|
||||||
RUSTC_HASH=$(< rust-version)
|
RUSTC_HASH=$(< rust-version)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user