Skip to content

Commit 86ff2c1

Browse files
heysamtexasclaude
andcommitted
fix: add workflow_call trigger to make test.yml reusable
- Add workflow_call trigger to test.yml so it can be called by other workflows - This fixes the GitHub Actions error about missing workflow_call trigger - Now release.yml can properly depend on and call the test workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 89db61c commit 86ff2c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ master ]
66
workflow_dispatch:
7+
workflow_call:
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)