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 5dd1b01 commit a4d59a4Copy full SHA for a4d59a4
.github/workflows/module_acceptance.yml
@@ -123,7 +123,6 @@ jobs:
123
sudo systemctl stop apparmor
124
fi
125
- name: Start SSH session
126
- if: ${{ github.event.inputs.ssh-debugging == true }}
127
uses: luchihoratiu/debug-via-ssh@main
128
with:
129
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
@@ -166,7 +165,6 @@ jobs:
166
165
bundle exec rake 'litmus:install_module'
167
168
- name: Wait as long as the file ${HOME}/pause file is present
169
- if: ${{ always() && github.event.inputs.ssh-debugging == true }}
170
run: |
171
while [ -f "${HOME}/pause" ] ; do
172
echo "${HOME}/pause present, sleeping for 60 seconds..."
0 commit comments