Skip to content

Commit 6234cc1

Browse files
Update testing WF to select repo type as input
1 parent a26674a commit 6234cc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ppg-testing.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ on:
1515
- ppg-14.19
1616
- ppg-13.22
1717

18+
ppg-repo-type:
19+
description: ppg repo type
20+
required: true
21+
default: testing
22+
type: choice
23+
options:
24+
- experimental
25+
- testing
26+
- release
27+
1828
platform:
1929
description: platform to be tested on
2030
required: true

0 commit comments

Comments
 (0)