Skip to content

Commit 605de87

Browse files
committed
chore: remove tmate
tmate.io service has been discontinued
1 parent 350ddf3 commit 605de87

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
name: Build and Lint
44
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
125
push:
136
paths-ignore:
147
- '**.md'
@@ -81,11 +74,6 @@ jobs:
8174
cargo build --target ${{ matrix.target }} --lib
8275
cargo test --target ${{ matrix.target }}
8376
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-
8977
- name: Run PHP Test
9078
run: NO_INTERACTION=1 php run-tests.php -n -d extension=target/${{ matrix.target }}/debug/libfluent.so
9179

0 commit comments

Comments
 (0)