Skip to content

Commit 1e21a30

Browse files
authored
More debug ci.yml
1 parent 5686d79 commit 1e21a30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
git pull
262262
git stash pop
263263
git add biosimulators.json Dockerfile
264-
# git commit -m "Updating version of simulator"
264+
git commit -m "Updating version of simulator"
265265
266266
- name: Setup tmate session
267267
uses: mxschmitt/action-tmate@v3
@@ -299,6 +299,10 @@ jobs:
299299
echo "release=$release" >> $GITHUB_OUTPUT
300300
echo "release=$release"
301301
302+
- name: Setup tmate session
303+
uses: mxschmitt/action-tmate@v3
304+
if: steps.determine-if-release-needed.outputs.release == '0'
305+
302306
# If new tag, commit and push documentation
303307
- id: commit-docs
304308
name: Commit the compiled documentation

0 commit comments

Comments
 (0)