Skip to content

Commit f9c19c1

Browse files
authored
Update tests-outerloop.yml run frequency (#8540)
1 parent 96651ac commit f9c19c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-outerloop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Outerloop Tests
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: '0 14 * * *' # 6am PST (14:00 UTC)
7+
- cron: '0 */2 * * *' # Every 2 hours
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)