We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739ee0e commit 4ec5d72Copy full SHA for 4ec5d72
.github/workflows/deploy-vpn.yml
@@ -19,11 +19,7 @@ on:
19
description: 'ansible_vault_password'
20
required: true
21
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
+
27
jobs:
28
build:
29
runs-on: ubuntu-latest
@@ -67,5 +63,5 @@ jobs:
67
63
# Enable tmate debugging of manually-triggered workflows if the input option was provided
68
64
- name: Setup tmate session
69
65
uses: mxschmitt/action-tmate@v3
70
- if: ${{ failure() }} && ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
66
+ if: ${{ failure() }}
71
0 commit comments