Skip to content

Commit 645a2da

Browse files
committed
revert ci changes
1 parent cbb6a1d commit 645a2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
elif [ "${{ github.event_name }}" = "schedule" ] || [ "${{ steps.check-labels.outputs.result }}" = "true" ]; then
3939
echo "matrix=[\"latest\", \"canary\", \"14.2.15\", \"13.5.1\"]" >> $GITHUB_OUTPUT
4040
else
41-
echo "matrix=[\"latest\",\"canary\"]" >> $GITHUB_OUTPUT
41+
echo "matrix=[\"latest\"]" >> $GITHUB_OUTPUT
4242
fi
4343
4444
e2e:

0 commit comments

Comments
 (0)