Skip to content

Commit e624e5e

Browse files
committed
Merge branch 'dev' of https://github.com/MouseLand/suite2p into dev
2 parents ad7f77c + b92b7fa commit e624e5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
# ONLY UNCOMMENT SECTION BELOW FOR DEBUGGING PURPOSES: allows one to ssh into host machine.
6767
# Follow instructions in https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6868
# to add your ssh keys.
69-
# - name: Job failed. Activating debugging mode via up-term.
70-
# if: ${{ failure() }}
71-
# uses: lhotari/action-upterm@v1
72-
# with:
73-
# ## limits ssh access and adds the ssh public key for the user which triggered the workflow
74-
# limit-access-to-actor: true
75-
# ## limits ssh access and adds the ssh public keys of the listed GitHub users
76-
# limit-access-to-users: chriski777, carsen-stringera
69+
- name: Job failed. Activating debugging mode via up-term.
70+
if: ${{ failure() }}
71+
uses: lhotari/action-upterm@v1
72+
with:
73+
## limits ssh access and adds the ssh public key for the user which triggered the workflow
74+
limit-access-to-actor: true
75+
## limits ssh access and adds the ssh public keys of the listed GitHub users
76+
limit-access-to-users: chriski777, carsen-stringera
7777

7878
- name: Coverage
7979
# Only run coverage once

0 commit comments

Comments
 (0)