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 b5d3a6d commit 8879783Copy full SHA for 8879783
.github/workflows/test-e2e.yml
@@ -63,11 +63,11 @@ jobs:
63
echo "total=16" >> $GITHUB_OUTPUT
64
elif [ "${{ github.event_name }}" == "pull_request" ]; then
65
VERSION_SELECTORS=[\"latest\"]
66
- echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 15, 16]" >> $GITHUB_OUTPUT
+ echo "group=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]" >> $GITHUB_OUTPUT
67
68
else
69
VERSION_SELECTORS=[\"latest\",\"canary\"]
70
71
72
fi
73
0 commit comments