Skip to content

Commit af96135

Browse files
committed
TO REVERT: Revert "Only run the nightly CIs during the night"
This reverts commit 12b28e6.
1 parent 12b28e6 commit af96135

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly_cross_rustc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Nightly cross-compilation of rustc with rustc_codegen_gcc
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *'
4+
pull_request:
5+
# TODO: remove pull_request and add schedule to run during the night.
66

77
env:
88
# Enable backtraces for easier debugging

.github/workflows/nightly_rustc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Nightly compilation of rustc with rustc_codegen_gcc
22

33
on:
4-
schedule:
5-
- cron: '0 0 * * *'
4+
pull_request:
5+
# TODO: remove pull_request and add schedule to run during the night.
66

77
env:
88
# Enable backtraces for easier debugging

0 commit comments

Comments
 (0)