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 }}