We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96651ac commit f9c19c1Copy full SHA for f9c19c1
.github/workflows/tests-outerloop.yml
@@ -4,7 +4,7 @@ name: Outerloop Tests
4
on:
5
workflow_dispatch:
6
schedule:
7
- - cron: '0 14 * * *' # 6am PST (14:00 UTC)
+ - cron: '0 */2 * * *' # Every 2 hours
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments