From 1e21a307e3e16dc6219ba32e419ea78df875bdfa Mon Sep 17 00:00:00 2001 From: moraru Date: Fri, 20 Sep 2024 12:33:09 -0400 Subject: [PATCH] More debug ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c296f8..f19e269 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,7 +261,7 @@ jobs: git pull git stash pop git add biosimulators.json Dockerfile - # git commit -m "Updating version of simulator" + git commit -m "Updating version of simulator" - name: Setup tmate session uses: mxschmitt/action-tmate@v3 @@ -299,6 +299,10 @@ jobs: echo "release=$release" >> $GITHUB_OUTPUT echo "release=$release" + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: steps.determine-if-release-needed.outputs.release == '0' + # If new tag, commit and push documentation - id: commit-docs name: Commit the compiled documentation