Skip to content

Commit d8e29bf

Browse files
added workflow_call
1 parent 38708a1 commit d8e29bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/regression-summary.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ on:
1515
description: 'End date for scan window (YYYY-MM-DD, leave empty for today)'
1616
required: false
1717
type: string
18+
workflow_call:
19+
inputs:
20+
branch:
21+
required: true
22+
type: string
23+
since:
24+
required: false
25+
type: string
26+
until:
27+
required: false
28+
type: string
1829

1930
jobs:
2031
scan-failures:

0 commit comments

Comments
 (0)