Skip to content

Commit 9833ab9

Browse files
committed
Only run the nightly CIs during the night
1 parent 16b5093 commit 9833ab9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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-
pull_request:
5-
# TODO: remove pull_request and add schedule to run during the night.
4+
schedule:
5+
- cron: '0 0 * * *'
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-
pull_request:
5-
# TODO: remove pull_request and add schedule to run during the night.
4+
schedule:
5+
- cron: '0 0 * * *'
66

77
env:
88
# Enable backtraces for easier debugging

0 commit comments

Comments
 (0)