Skip to content

Commit 3e4641e

Browse files
Update test-report.yml
1 parent 58626f1 commit 3e4641e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test-report.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ on:
55
workflows: ["Test"]
66
types: [completed]
77
branches: [main, develop] # ← don’t run for misc feature branches
8-
8+
workflow_call:
9+
inputs:
10+
test_run_id:
11+
required: false
12+
type: string
13+
branch:
14+
required: false
15+
type: string
16+
917
permissions:
1018
contents: read
1119
actions: read # download upstream artifacts

0 commit comments

Comments
 (0)