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 5686d79 commit 1e21a30Copy full SHA for 1e21a30
.github/workflows/ci.yml
@@ -261,7 +261,7 @@ jobs:
261
git pull
262
git stash pop
263
git add biosimulators.json Dockerfile
264
- # git commit -m "Updating version of simulator"
+ git commit -m "Updating version of simulator"
265
266
- name: Setup tmate session
267
uses: mxschmitt/action-tmate@v3
@@ -299,6 +299,10 @@ jobs:
299
echo "release=$release" >> $GITHUB_OUTPUT
300
echo "release=$release"
301
302
+ - name: Setup tmate session
303
+ uses: mxschmitt/action-tmate@v3
304
+ if: steps.determine-if-release-needed.outputs.release == '0'
305
+
306
# If new tag, commit and push documentation
307
- id: commit-docs
308
name: Commit the compiled documentation
0 commit comments