Skip to content

Commit 4537d46

Browse files
ci: disable all cron schedules to stop burning Actions minutes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 014c8fe commit 4537d46

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/accessibility.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Accessibility Audit (optional)
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: "0 5 * * 1" # weekly, 05:00 UTC Mondays
4+
# schedule disabled — burns Actions minutes
5+
# schedule:
6+
# - cron: "0 5 * * 1" # weekly, 05:00 UTC Mondays
67
permissions:
78
contents: read
89
jobs:

.github/workflows/performance.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ on:
55
site_url:
66
description: "Public URL to audit (https://...)"
77
required: false
8-
schedule:
9-
- cron: "0 4 * * 1" # weekly, 04:00 UTC Mondays
8+
# schedule disabled — burns Actions minutes
9+
# schedule:
10+
# - cron: "0 4 * * 1" # weekly, 04:00 UTC Mondays
1011
permissions:
1112
contents: read
1213
jobs:

.github/workflows/renovate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Renovate
22
on:
33
workflow_dispatch:
4-
schedule:
5-
- cron: "17 9 * * *" # daily 09:17 America/Chicago
4+
# schedule disabled — burns Actions minutes
5+
# schedule:
6+
# - cron: "17 9 * * *" # daily 09:17 America/Chicago
67

78
permissions:
89
contents: write

0 commit comments

Comments
 (0)