Skip to content

Commit a5cf026

Browse files
kenibrewerclaude
andcommitted
🔧 fix: add missing sig_approval.yml to workflow triggers
- Include sig_approval.yml in test automation trigger paths - Ensures CI runs when SIG approval workflow is modified - Matches the pattern of other workflow files being monitored 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9526582 commit a5cf026

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-approval-automation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
- ".github/workflows/lib/**"
88
- ".github/workflows/pipeline_proposals.yml"
99
- ".github/workflows/rfc_approval.yml"
10+
- ".github/workflows/sig_approval.yml"
1011
- ".github/workflows/test-approval-automation.yml"
1112
push:
1213
branches: [main, master]
1314
paths:
1415
- ".github/workflows/lib/**"
1516
- ".github/workflows/pipeline_proposals.yml"
1617
- ".github/workflows/rfc_approval.yml"
18+
- ".github/workflows/sig_approval.yml"
1719
- ".github/workflows/test-approval-automation.yml"
1820

1921
jobs:

0 commit comments

Comments
 (0)