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 b6bc5f6 commit 192485cCopy full SHA for 192485c
.github/workflows/ci-build.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
build:
45
# Don't execute in fork due to runner type
46
- if: ${{ github.repository == 'jax-ml/jax' || github.repository == 'google-ml-infra/jax-fork' }}
+ if: ${{ github.repository == 'jax-ml/jax' }}
47
name: "build ${{ matrix.name-prefix }} (py ${{ matrix.python-version }} on ubuntu-20.04, x64=${{ matrix.enable-x64}})"
48
runs-on: linux-x86-n2-32
49
container:
0 commit comments