Skip to content

Commit

Permalink
Merge pull request #391 from blinklabs-io/ci/chainsync-manual-run
Browse files Browse the repository at this point in the history
ci: allow manual triggering of chainsync test workflow
  • Loading branch information
agaffney authored Oct 1, 2023
2 parents d048375 + ee7b1e4 commit fbcb8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chainsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# Run on Monday at 1am UTC
- cron: '0 1 * * 1'
# Allow manual triggering
workflow_dispatch:

jobs:
mainnet:
Expand Down

0 comments on commit fbcb8b6

Please sign in to comment.