Skip to content

Monitoring

Monitoring #1

Workflow file for this run

name: Monitoring
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run monitoring script
uses: actions/checkout@v4
- run: |
bash monitoring.sh