Skip to content

Commit 5667c46

Browse files
Update benchmarks.yml
1 parent bf63119 commit 5667c46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
free -h # Memory information
4848
df -h # Disk space information
4949
uname -a # Kernel information
50+
- name: Wait For Connection
51+
uses: google-ml-infra/actions/ci_connection@main
52+
with:
53+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
5054

5155
# - name: Check Python Version in Container
5256
# run: python3 --version

0 commit comments

Comments
 (0)