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 20ebbd3 commit 4e01a51Copy full SHA for 4e01a51
.github/workflows/wait-for-connection-test.yaml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4
36
with:
37
repository: google-ml-infra/actions
38
- ref: polish_ssh_connection_action
+ ref: ssh_graceful_timeout
39
# Halt for connection if workflow dispatch is told to or if it is a retry with the label halt_on_retry
40
- name: Wait For Connection
41
uses: ./actions/ci_connection/
actions/ci_connection/wait_for_connection.py
@@ -17,7 +17,6 @@
17
import asyncio
18
import logging
19
import os
20
-import sys
21
import time
22
23
from get_labels import retrieve_labels
0 commit comments