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 2bdbf77 commit 3bafca0Copy full SHA for 3bafca0
.github/workflows/benchmarks.yml
@@ -54,6 +54,10 @@ jobs:
54
- name: Check TF_CPP_MAX_VLOG_LEVEL
55
working-directory: xla
56
run: echo "$TF_CPP_MAX_VLOG_LEVEL"
57
+ - name: Wait For Connection
58
+ uses: google-ml-infra/actions/ci_connection@main
59
+ with:
60
+ halt-dispatch-input: ${{ inputs.halt-for-connection }}
61
62
- name: Build hlo_runner_main
63
0 commit comments