File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -263,10 +263,6 @@ jobs:
263
263
git add biosimulators.json Dockerfile
264
264
git commit -m "Updating version of simulator"
265
265
266
- - name : Setup tmate session
267
- uses : mxschmitt/action-tmate@v3
268
- if : ${{ failure() }}
269
-
270
266
- name : Push the revised version of the simulator
271
267
if : github.event.inputs.simulatorVersion && github.event.inputs.simulatorVersionLatest == 'true'
272
268
uses : ad-m/github-push-action@master
@@ -299,10 +295,6 @@ jobs:
299
295
echo "release=$release" >> $GITHUB_OUTPUT
300
296
echo "release=$release"
301
297
302
- - name : Setup tmate session
303
- uses : mxschmitt/action-tmate@v3
304
- if : steps.determine-if-release-needed.outputs.release == '0'
305
-
306
298
# If new tag, commit and push documentation
307
299
- id : commit-docs
308
300
name : Commit the compiled documentation
You can’t perform that action at this time.
0 commit comments