diff options
Diffstat (limited to '.github/workflows/hydra_status.yml')
-rw-r--r-- | .github/workflows/hydra_status.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.github/workflows/hydra_status.yml b/.github/workflows/hydra_status.yml deleted file mode 100644 index 2fa89d72c..000000000 --- a/.github/workflows/hydra_status.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Hydra status - -permissions: read-all - -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@v4 - with: - fetch-depth: 0 - - run: bash scripts/check-hydra-status.sh |