Skip to content

Commit eab790a

Browse files
committed
subset of tests for PRs
1 parent ce2f5b5 commit eab790a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if [ "${{ github.event_name }}" == "schedule" ]; then
2424
MATRIX_FILE="${{ github.workspace }}/test/full_versions.json"
2525
else
26-
MATRIX_FILE="${{ github.workspace }}/test/full_versions.json"
26+
MATRIX_FILE="${{ github.workspace }}/test/pr_versions.json"
2727
fi
2828
JSON=$(jq -c . < "$MATRIX_FILE")
2929
MODIFIED_JSON='{"include":[]}'

0 commit comments

Comments
 (0)