Skip to content

Commit c356513

Browse files
committed
fix syntax issue
1 parent 6eca13c commit c356513

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
@@ -62,7 +62,7 @@ jobs:
6262
- id: set-matrix
6363
run: |
6464
artifacts=()
65-
if [[ ${{ github.event }} == "pull_request" ]];
65+
if [[ ${{ github.event_name }} == "pull_request" ]];
6666
artifacts = ("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
6767
else
6868
if [[ ${{ inputs.build_jax }} == "1" ]]; then

0 commit comments

Comments
 (0)