Skip to content

Commit

Permalink
try debug workflow dispatch v2
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Feb 15, 2024
1 parent e68e2cc commit 182e64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
description: 'Run with tmate debugging enabled for testing'
required: false
default: false
merge_group:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ inputs.debug_enabled }}
with:
limit-access-to-actor: false

- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 182e64e

Please sign in to comment.