Skip to content

Commit a4d59a4

Browse files
committed
force_ssh
1 parent 5dd1b01 commit a4d59a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ jobs:
123123
sudo systemctl stop apparmor
124124
fi
125125
- name: Start SSH session
126-
if: ${{ github.event.inputs.ssh-debugging == true }}
127126
uses: luchihoratiu/debug-via-ssh@main
128127
with:
129128
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
@@ -166,7 +165,6 @@ jobs:
166165
bundle exec rake 'litmus:install_module'
167166
168167
- name: Wait as long as the file ${HOME}/pause file is present
169-
if: ${{ always() && github.event.inputs.ssh-debugging == true }}
170168
run: |
171169
while [ -f "${HOME}/pause" ] ; do
172170
echo "${HOME}/pause present, sleeping for 60 seconds..."

0 commit comments

Comments
 (0)