Skip to content

Commit 61fa2bd

Browse files
committed
(gh-64) Add note to acceptance.yaml collection input for main
...to emphasis that you should use the 7.x branch to test openvox7 rather than setting collection to openvox7. Could also hard set it in the workflow, but thought some flexibility may be better when we start to transition to openvox9, for example.
1 parent efc9338 commit 61fa2bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/acceptance.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ on:
3131
description: '(Version) Package version to test. (required if Pre-release Build is true)'
3232
type: string
3333
collection:
34-
description: '(Collection) OpenVox collection to use. (ignored if Pre-release Build is true)'
34+
description: |-
35+
(Collection) OpenVox collection to use. (ignored if Pre-release Build is true)
36+
37+
NOTE: This should really only be set to openvox8 when
38+
testing the main branch. If you need to test openvox7, you
39+
should run the pipeline from the 7.x branch instead.
3540
default: 'openvox8'
3641
type: string
3742
artifacts-url:

0 commit comments

Comments
 (0)