Skip to content

Commit f268060

Browse files
vjdhamaclaude
andcommitted
fix: add workflow_call trigger to terraform-docs workflow
- Add workflow_call to make it callable from master workflow - Maintains existing pull_request and push triggers - Resolves master workflow file validation failure - Enables proper workflow orchestration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7686338 commit f268060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/terraform-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Terraform Docs
22

33
on:
4+
workflow_call:
45
pull_request:
56
push:
67
branches:

0 commit comments

Comments
 (0)