We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cf1a2e + 0b9ee16 commit b666a38Copy full SHA for b666a38
.github/workflows/ci.yml
@@ -71,7 +71,6 @@ jobs:
71
run: |
72
if [[ ${{ github.event_name }} == 'schedule' ]]; then
73
RUSTC_HASH=$(git ls-remote https://github.com/rust-lang/rust.git master | awk '{print $1}')
74
- exit 1 # just to test cron notifications
75
else
76
RUSTC_HASH=$(< rust-version)
77
fi
0 commit comments