Skip to content

Commit b5bf5db

Browse files
committed
fix(ci): disable runner-health cron trigger — runner permanently offline
Removes schedule: */15 * * * * trigger that was generating ~96 issues/day due to RUNNER_NAME env var conflict with GitHub Actions built-in variable. Retains workflow_dispatch for portfolio demonstration purposes. Fixes CIAP-01
1 parent 1eba0dd commit b5bf5db

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/runner-health.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Runner Health Monitor
22

33
on:
4-
schedule:
5-
- cron: "*/15 * * * *"
64
workflow_dispatch:
75

86
permissions:

0 commit comments

Comments
 (0)