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 6471a96 commit 03f8d24Copy full SHA for 03f8d24
.github/workflows/build_artifacts.yml
@@ -70,7 +70,7 @@ jobs:
70
- id: set-matrix
71
run: |
72
artifacts=()
73
- if [[ ${{ github.event_name }} == "pull_request" ]];
+ if [[ ${{ github.event_name }} == "pull_request" ]]; then
74
artifacts=("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
75
else
76
if [[ ${${{ inputs.build_jax }}:-0} == "1" ]]; then
0 commit comments