aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/hydra_status.yml
blob: 53e69cb2d125f55c4ee66cd467c7e1678b26c562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Hydra status
on:
  schedule:
    - cron: "12,42 * * * *"
  workflow_dispatch:
jobs:
  check_hydra_status:
    name: Check Hydra status
    if: github.repository_owner == 'NixOS'
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
      with:
        fetch-depth: 0
    - run: bash scripts/check-hydra-status.sh