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 cbb6a1d commit 645a2daCopy full SHA for 645a2da
.github/workflows/run-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
elif [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.check-labels.outputs.result }}" = "true" ]; then
39
echo "matrix=[\"latest\", \"canary\", \"14.2.15\", \"13.5.1\"]" >> $GITHUB_OUTPUT
40
else
41
- echo "matrix=[\"latest\",\"canary\"]" >> $GITHUB_OUTPUT
+ echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT
42
fi
43
44
e2e:
0 commit comments