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 6eca13c commit c356513Copy full SHA for c356513
.github/workflows/build_artifacts.yml
@@ -62,7 +62,7 @@ jobs:
62
- id: set-matrix
63
run: |
64
artifacts=()
65
- if [[ ${{ github.event }} == "pull_request" ]];
+ if [[ ${{ github.event_name }} == "pull_request" ]];
66
artifacts = ("jax" ", jaxlib" ", jax-cuda-pjrt" ", jax-cuda-plugin")
67
else
68
if [[ ${{ inputs.build_jax }} == "1" ]]; then
0 commit comments