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 f1e00ba commit d50d470Copy full SHA for d50d470
.github/workflows/e2e-subtensor-tests.yaml
@@ -13,7 +13,7 @@ on:
13
types: [ opened, synchronize, reopened, ready_for_review ]
14
15
schedule:
16
- - cron: '0 2 * * *' # Run every night at 2:00 PST
+ - cron: '0 9 * * *' # Run every night at 2:00 PST
17
18
workflow_dispatch:
19
inputs:
0 commit comments