We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b5093 commit 9833ab9Copy full SHA for 9833ab9
.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
- pull_request:
5
- # TODO: remove pull_request and add schedule to run during the night.
+ schedule:
+ - cron: '0 0 * * *'
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