From 85fde0b5857a634cad21b2133ab5b3801b00f250 Mon Sep 17 00:00:00 2001 From: "Matthew J. Black" Date: Sun, 2 Feb 2025 13:17:19 -0600 Subject: [PATCH] More tmate debugging changes. --- .github/workflows/crystal.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/crystal.yml b/.github/workflows/crystal.yml index 8a4a1b9..db3980a 100644 --- a/.github/workflows/crystal.yml +++ b/.github/workflows/crystal.yml @@ -3,11 +3,6 @@ name: Crystal CI on: workflow_dispatch: inputs: - debug: - type: boolean - description: 'Run the build with debugging enabled' - required: false - default: false logLevel: description: 'Log level' required: true @@ -76,4 +71,4 @@ jobs: with: limit-access-to-actor: true timeout-minutes: 15 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }} \ No newline at end of file + if: ${{ failure() }} \ No newline at end of file