We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccda75 commit 8ee0d69Copy full SHA for 8ee0d69
.azure/pipelines.yml
@@ -169,15 +169,6 @@ stages:
169
QT_QPA_PLATFORM: offscreen
170
displayName: Test
171
172
- - name: Setup upterm session
173
- uses: lhotari/action-upterm@v1
174
- if: ${{ failure() }}
175
- # with:
176
- # ## limits ssh access and adds the ssh public key for the user which triggered the workflow
177
- # limit-access-to-actor: true
178
- # ## limits ssh access and adds the ssh public keys of the listed GitHub users
179
- # limit-access-to-users: guyer
180
-
181
- stage: Package
182
dependsOn: []
183
jobs:
0 commit comments