Skip to content

move files

move files #1

name: Batch Poster Monitoring
on:
push:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *" # Run every 6 hours
jobs:
run-monitoring:
strategy:
matrix:
chain: [core, orbit]
uses: ./.github/workflows/monitoring.yml
with:
chain: ${{ matrix.chain }}
monitor: batch-poster
secrets: inherit