Skip to content

Commit 6471a96

Browse files
committed
add wait for connect step to debug issue
1 parent cce45ca commit 6471a96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_artifacts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
run:
6363
shell: bash
6464
steps:
65+
# Halt for testing
66+
- name: Wait For Connection
67+
uses: google-ml-infra/actions/ci_connection@main
68+
with:
69+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
6570
- id: set-matrix
6671
run: |
6772
artifacts=()

0 commit comments

Comments
 (0)