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:
parent
cfe3ee3de8
commit
ab0b54b905
2 changed files with 0 additions and 53 deletions
20
.github/workflows/hydra_status.yml
vendored
20
.github/workflows/hydra_status.yml
vendored
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue