Skip to content

Commit 18d93e4

Browse files
travisjneumanclaude
andcommitted
ci: remove auto-triggers from curriculum checks, keep manual-only
The curriculum checks depend on ripgrep and have contract assumptions that don't hold in CI. Changed to workflow_dispatch + quarterly schedule only — run manually when needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 292df9b commit 18d93e4

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/curriculum-checks.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
name: Curriculum Checks
22

33
on:
4-
push:
5-
paths:
6-
- '**.md'
7-
- 'projects/**'
8-
- 'tools/**'
9-
- '.github/workflows/curriculum-checks.yml'
10-
pull_request:
11-
paths:
12-
- '**.md'
13-
- 'projects/**'
14-
- 'tools/**'
15-
- '.github/workflows/curriculum-checks.yml'
164
workflow_dispatch:
175
inputs:
186
full_smoke:

0 commit comments

Comments
 (0)