Skip to content

CI

CI #21

Workflow file for this run

name: CI
on:
push:
branches: [ main, fix-storage-health-coroutine-error ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 12 * * *' # Daily at 12:00 PM UTC
jobs:
checks:
uses: ./.github/workflows/shared.yml