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 bf63119 commit 5667c46Copy full SHA for 5667c46
.github/workflows/benchmarks.yml
@@ -47,6 +47,10 @@ jobs:
47
free -h # Memory information
48
df -h # Disk space information
49
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 }}
54
55
# - name: Check Python Version in Container
56
# run: python3 --version
0 commit comments