Skip to content

Commit e44e4ef

Browse files
authored
ci: build nightlies only on weekdays [skip ci] (#1226)
1 parent 71d6add commit e44e4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
- trunk
66
pull_request:
77
schedule:
8-
# Nightly builds against react-native@nightly at 5:00
9-
- cron: 0 5 * * *
8+
# Nightly builds against react-native@nightly at 4:00, Monday through Friday
9+
- cron: 0 4 * * 1-5
1010
env:
1111
HOMEBREW_NO_INSTALL_CLEANUP: 1
1212
jobs:

0 commit comments

Comments
 (0)