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 e8a1d16 commit a6b48cfCopy full SHA for a6b48cf
.github/workflows/ucvm_plotting-ci.yml
@@ -18,12 +18,12 @@ jobs:
18
repository: 'SCECcode/UCVM'
19
ref: main
20
path: ucvm
21
-# - name: Start SSH debug with tmate
22
-# uses: mxschmitt/action-tmate@v3
23
-# with:
24
-# limit-access-to-actor: true
25
-# - name: sleep to keep runner alive
26
-# run: sleep 3600
+ - name: Start SSH debug with tmate
+ uses: mxschmitt/action-tmate@v3
+ with:
+ limit-access-to-actor: true
+ - name: sleep to keep runner alive
+ run: sleep 3600
27
- id: build-ucvm
28
uses: ./ucvm/.github/actions/build-ucvm-action
29
with:
0 commit comments