Skip to content

Commit b6bc5f6

Browse files
committed
Enable CI workflow in jax-fork for testing
1 parent e559d27 commit b6bc5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
build:
4545
# Don't execute in fork due to runner type
46-
if: github.repository == 'jax-ml/jax'
46+
if: ${{ github.repository == 'jax-ml/jax' || github.repository == 'google-ml-infra/jax-fork' }}
4747
name: "build ${{ matrix.name-prefix }} (py ${{ matrix.python-version }} on ubuntu-20.04, x64=${{ matrix.enable-x64}})"
4848
runs-on: linux-x86-n2-32
4949
container:

0 commit comments

Comments
 (0)