We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b28e6 commit af96135Copy full SHA for af96135
2 files changed
.github/workflows/nightly_cross_rustc.yml
@@ -1,8 +1,8 @@
1
name: Nightly cross-compilation of rustc with rustc_codegen_gcc
2
3
on:
4
- schedule:
5
- - cron: '0 0 * * *'
+ pull_request:
+ # TODO: remove pull_request and add schedule to run during the night.
6
7
env:
8
# Enable backtraces for easier debugging
.github/workflows/nightly_rustc.yml
name: Nightly compilation of rustc with rustc_codegen_gcc
0 commit comments