Skip to content

Commit

Permalink
Don't divert to tmake just because we don't need a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 18, 2024
1 parent 4c20373 commit 83afba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ 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'
# - 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
Expand Down

0 comments on commit 83afba3

Please sign in to comment.