Skip to content

Commit b4c215e

Browse files
committed
Cleanup ci.yml
Remove debug
1 parent c3720ba commit b4c215e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,6 @@ jobs:
263263
git add biosimulators.json Dockerfile
264264
git commit -m "Updating version of simulator"
265265
266-
- name: Setup tmate session
267-
uses: mxschmitt/action-tmate@v3
268-
if: ${{ failure() }}
269-
270266
- name: Push the revised version of the simulator
271267
if: github.event.inputs.simulatorVersion && github.event.inputs.simulatorVersionLatest == 'true'
272268
uses: ad-m/github-push-action@master
@@ -299,10 +295,6 @@ jobs:
299295
echo "release=$release" >> $GITHUB_OUTPUT
300296
echo "release=$release"
301297
302-
- name: Setup tmate session
303-
uses: mxschmitt/action-tmate@v3
304-
if: steps.determine-if-release-needed.outputs.release == '0'
305-
306298
# If new tag, commit and push documentation
307299
- id: commit-docs
308300
name: Commit the compiled documentation

0 commit comments

Comments
 (0)