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 392d152 commit f6bb4d4Copy full SHA for f6bb4d4
.github/workflows/benchmarks.yml
@@ -91,10 +91,10 @@ jobs:
91
# working-directory: xla
92
# continue-on-error: true
93
# run: nvidia-smi
94
- # - name: Wait For Connection
95
- # uses: google-ml-infra/actions/ci_connection@main
96
- # with:
97
- # halt-dispatch-input: ${{ inputs.halt-for-connection }}
+ - name: Wait For Connection
+ uses: google-ml-infra/actions/ci_connection@main
+ with:
+ halt-dispatch-input: ${{ inputs.halt-for-connection }}
98
99
- name: Configure XLA
100
working-directory: xla
0 commit comments