Skip to content

Commit 7faf3d8

Browse files
authored
refactor(ci/qns): push move the scheduled qns run to 8 AM (#2825)
1 parent 3eb3c23 commit 7faf3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
branches:
77
- main
88
schedule:
9-
# Run the daily job at 8 PM PST / 3 AM UTC
10-
- cron: '0 3 * * *'
9+
# Run the daily job at 8 AM PST / 3 PM UTC
10+
- cron: '0 15 * * *'
1111

1212
name: qns
1313

0 commit comments

Comments
 (0)