Skip to content

Commit c3688bd

Browse files
committed
.
1 parent 4a957b9 commit c3688bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly.yml renamed to .github/workflows/react-native-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Nightly
1+
name: React Native Nightly
22
on:
3-
# Runs every night at 2 AM
3+
# Runs every night at 5 AM
44
schedule:
5-
- cron: '0 2 * * *'
5+
- cron: '0 5 * * *'
66
# Manaual trigger
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)