Skip to content

Commit

Permalink
More debug ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moraru authored Sep 20, 2024
1 parent 5686d79 commit 1e21a30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e21a30

Please sign in to comment.