Skip to content

Commit

Permalink
avoid unnecessary duplicate job
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden committed Nov 5, 2024
1 parent 6cd97a2 commit 24edf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gemm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
if [[ -n "${{ inputs.runner_label }}" ]]; then
matrix='{"python": ["3.9"]}'
else
matrix='{"python": ["3.9"], "driver": ["rolling", "lts"]}'
matrix='{"python": ["3.9"]}'
fi
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit 24edf18

Please sign in to comment.