Skip to content

Commit 0f4db69

Browse files
authored
Merge pull request #2858 from opentensor/feat/roman/add-nightly-e2e-tests-run
Add nightly run of e2e tests
2 parents c754b68 + f2da2be commit 0f4db69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-subtensor-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
branches: [master, development, staging]
1313
types: [ opened, synchronize, reopened, ready_for_review ]
1414

15+
schedule:
16+
- cron: '0 9 * * *' # Run every night at 2:00 PST
17+
1518
workflow_dispatch:
1619
inputs:
1720
verbose:

0 commit comments

Comments
 (0)