Skip to content

Commit 03f8d24

Browse files
committed
fix syntax error
1 parent 6471a96 commit 03f8d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- id: set-matrix
7171
run: |
7272
artifacts=()
73-
if [[ ${{ github.event_name }} == "pull_request" ]];
73+
if [[ ${{ github.event_name }} == "pull_request" ]]; then
7474
artifacts=("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
7575
else
7676
if [[ ${${{ inputs.build_jax }}:-0} == "1" ]]; then

0 commit comments

Comments
 (0)