Skip to content

Commit b308da6

Browse files
committed
mark github repo as safe
1 parent 2dc0af2 commit b308da6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_artifacts_single_invocation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ jobs:
3131
uses: google-ml-infra/actions/ci_connection@main
3232
with:
3333
halt-dispatch-input: ${{ inputs.halt-for-connection }}
34+
- name: Mark GitHub repo as safe
35+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3436
- name: Build all artifacts with a single invocation of build CLI
3537
run: python build/build.py build --wheels=jax-cuda-plugin,jax-cuda-pjrt,jaxlib --bazel_options=--config=rbe_linux_x86_64_cuda --python_version=$JAXCI_HERMETIC_PYTHON_VERSION --verbose

0 commit comments

Comments
 (0)