Skip to content
This repository was archived by the owner on Jun 1, 2026. It is now read-only.

Commit 42d3568

Browse files
committed
chore: Disable automatic triggers for update-claude-md workflow
- Comment out push trigger to prevent automatic runs - Keep manual workflow_dispatch trigger for on-demand execution - Prevents workflow failures due to permission issues
1 parent 56ad897 commit 42d3568

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/update-claude-md.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Update CLAUDE.md
22

33
on:
4-
# Trigger on significant changes
5-
push:
6-
branches: [main]
7-
paths:
8-
- 'src/**'
9-
- 'tests/**'
10-
- 'pyproject.toml'
11-
- '.github/workflows/**'
12-
- 'docs/_config.yml'
13-
- 'scripts/**'
4+
# Trigger on significant changes - DISABLED
5+
# push:
6+
# branches: [main]
7+
# paths:
8+
# - 'src/**'
9+
# - 'tests/**'
10+
# - 'pyproject.toml'
11+
# - '.github/workflows/**'
12+
# - 'docs/_config.yml'
13+
# - 'scripts/**'
1414

1515
# Weekly automatic update on Sundays at 6 AM UTC
1616
# schedule:

0 commit comments

Comments
 (0)