We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b74a5 commit 4658938Copy full SHA for 4658938
.github/workflows/test-e2e.yml
@@ -56,16 +56,16 @@ jobs:
56
run: |
57
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
58
VERSION_SELECTORS=[${{ github.event.inputs.versions }}]
59
- echo "group=[1, 2, 3, 4, 5, 6]" >> $GITHUB_OUTPUT
60
- echo "total=6" >> $GITHUB_OUTPUT
+ echo "group=[1, 2, 3, 4, 5, 6, 7, 8]" >> $GITHUB_OUTPUT
+ echo "total=8" >> $GITHUB_OUTPUT
61
elif [ "${{ github.event_name }}" == "pull_request" ]; then
62
VERSION_SELECTORS=[\"latest\"]
63
64
65
else
66
VERSION_SELECTORS=[\"latest\",\"canary\"]
67
68
69
fi
70
71
VERSION_SPEC="["
0 commit comments