Skip to content

Commit 2831a18

Browse files
ramilbakhshyievaalekhpatel07
authored andcommitted
Move nightly builds to 11pm PT (facebookresearch#3737)
Summary: Pull Request resolved: facebookresearch#3737 This moves nightly builds away from when most of the team is working to avoid exhausting limited resources like custom hardware / specialized hardware. Reviewed By: bshethmeta Differential Revision: D60976671 fbshipit-source-id: 1a8521379654a06a793fda0ae3f3bd1bf6fa8bf6
1 parent 7180a97 commit 2831a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Nightly
22
on:
33
schedule:
4-
- cron: '10 1 * * *'
4+
- cron: '10 6 * * *'
55
env:
66
OMP_NUM_THREADS: '10'
77
MKL_THREADING_LAYER: GNU

0 commit comments

Comments
 (0)