We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ddf3 commit 605de87Copy full SHA for 605de87
1 file changed
.github/workflows/ci.yml
@@ -2,13 +2,6 @@
2
3
name: Build and Lint
4
on:
5
- workflow_dispatch:
6
- inputs:
7
- debug_enabled:
8
- type: boolean
9
- description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
10
- required: false
11
- default: false
12
push:
13
paths-ignore:
14
- '**.md'
@@ -81,11 +74,6 @@ jobs:
81
74
cargo build --target ${{ matrix.target }} --lib
82
75
cargo test --target ${{ matrix.target }}
83
76
84
- # Enable tmate debugging of manually-triggered workflows if the input option was provided
85
- - name: Setup tmate session
86
- uses: mxschmitt/action-tmate@v3
87
- if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
88
-
89
77
- name: Run PHP Test
90
78
run: NO_INTERACTION=1 php run-tests.php -n -d extension=target/${{ matrix.target }}/debug/libfluent.so
91
79
0 commit comments