Skip to content

Commit

Permalink
More tmate debugging changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjblack committed Feb 2, 2025
1 parent 071da6e commit 85fde0b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -76,4 +71,4 @@ jobs:
with:
limit-access-to-actor: true
timeout-minutes: 15
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}
if: ${{ failure() }}

0 comments on commit 85fde0b

Please sign in to comment.