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 5667c46 commit 7f0a09fCopy full SHA for 7f0a09f
.github/workflows/benchmarks.yml
@@ -48,9 +48,9 @@ jobs:
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 }}
+ uses: google-ml-infra/actions/ci_connection@main
+ with:
+ halt-dispatch-input: ${{ inputs.halt-for-connection }}
54
55
# - name: Check Python Version in Container
56
# run: python3 --version
0 commit comments