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.
2 parents d048375 + ee7b1e4 commit fbcb8b6Copy full SHA for fbcb8b6
.github/workflows/chainsync.yml
@@ -4,6 +4,8 @@ on:
4
schedule:
5
# Run on Monday at 1am UTC
6
- cron: '0 1 * * 1'
7
+ # Allow manual triggering
8
+ workflow_dispatch:
9
10
jobs:
11
mainnet:
0 commit comments