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 fee3dc6 commit 8fe2880Copy full SHA for 8fe2880
.github/workflows/ci.yml
@@ -1,6 +1,7 @@
1
name: Test Jinja2
2
permissions: read-all
3
"on":
4
+ workflow_dispatch:
5
pull_request:
6
push:
7
branches:
@@ -65,3 +66,8 @@ jobs:
65
66
source project-venv/bin/activate
67
tox
68
working-directory: ./ansible-role-myrole
69
+
70
+ - name: setup tmate session if any previous step failed and if this is a manual run
71
+ if: ${{ failure() && github.event_name == 'workflow_dispatch' }}
72
+ uses: mxschmitt/action-tmate@v3
73
+ timeout-minutes: 30
0 commit comments