24 lines
368 B
YAML
Raw Permalink Normal View History

name: Periodic healthcheck
on:
schedule:
- cron: '0 * * * *'
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
jobs:
health:
strategy:
matrix:
env:
- krasnodar
- testnet
- stage
uses: ./.github/workflows/tests.yml
with:
fluence-env: ${{ matrix.env }}