Skip to content

ci: add monitoring test matrix (#1848) #4

ci: add monitoring test matrix (#1848)

ci: add monitoring test matrix (#1848) #4

name: Retryable Monitor
on:
push:
workflow_dispatch:
schedule:
- cron: "3 8 * * *" # Run once a day at 08:03am GMT
jobs:
run-retryable-monitoring:
name: Retryables Monitor (${{ matrix.chain }})
strategy:
matrix:
chain: [core, orbit]
uses: ./.github/workflows/monitoring.yml
with:
chain: ${{ matrix.chain }}
monitor: retryable
secrets: inherit