1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Remove the Hydra status check workflow

I'm sick of receiving an email about this every 30 minutes.
This commit is contained in:
Eelco Dolstra 2024-07-08 14:38:57 +02:00
parent cfe3ee3de8
commit ab0b54b905
2 changed files with 0 additions and 53 deletions

View file

@ -1,20 +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