Skip to content

Commit fbcb8b6

Browse files
authored
Merge pull request #391 from blinklabs-io/ci/chainsync-manual-run
ci: allow manual triggering of chainsync test workflow
2 parents d048375 + ee7b1e4 commit fbcb8b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chainsync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
# Run on Monday at 1am UTC
66
- cron: '0 1 * * 1'
7+
# Allow manual triggering
8+
workflow_dispatch:
79

810
jobs:
911
mainnet:

0 commit comments

Comments
 (0)