Skip to content

Commit 4ec5d72

Browse files
dont waste cycles on tmate Update deploy-vpn.yml
1 parent 739ee0e commit 4ec5d72

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/deploy-vpn.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ on:
1919
description: 'ansible_vault_password'
2020
required: true
2121
default: ''
22-
debug_enabled:
23-
type: boolean
24-
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
25-
required: false
26-
default: false
22+
2723
jobs:
2824
build:
2925
runs-on: ubuntu-latest
@@ -67,5 +63,5 @@ jobs:
6763
# Enable tmate debugging of manually-triggered workflows if the input option was provided
6864
- name: Setup tmate session
6965
uses: mxschmitt/action-tmate@v3
70-
if: ${{ failure() }} && ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
66+
if: ${{ failure() }}
7167

0 commit comments

Comments
 (0)