Skip to content

Commit ee7b1e4

Browse files
committed
ci: allow manual triggering of chainsync test workflow
1 parent 759464f commit ee7b1e4

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)