From b0d67eab53ff4f97fd8cff36308c09b46d9360c2 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 17 Aug 2021 16:53:35 +0100 Subject: [PATCH] always tmux --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f30e8062..8feaa253 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,5 @@ name: Make GitHub Release on Tag on: - workflow_dispatch: - inputs: - debug_enabled: - description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' - required: false - default: false push: tags: - '2.[0-9][0-9][0-9][0-9][0-9][0-9]' @@ -29,9 +23,6 @@ jobs: run: echo ${{ steps.create_release.outputs.upload_url }} > uploadurl.txt - name: Setup tmate session uses: mxschmitt/action-tmate@v3 - if: always() && github.event.inputs.debug_enabled && (github.event_name == 'workflow_dispatch') - with: - sudo: true #jobs: # build: # runs-on: ubuntu-latest