From 83afba3e127eb73042c736b7a26c59781a8601c5 Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Fri, 18 Oct 2024 16:40:01 -0700 Subject: [PATCH] Don't divert to tmake just because we don't need a release. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f19e269..c3acb0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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