Skip to content

Commit 42ba011

Browse files
committed
Remove tmate debugging steps from pull_request workflow
1 parent fc1ec98 commit 42ba011

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ on:
99
repository_dispatch:
1010
types: [run-tests]
1111
workflow_dispatch:
12-
inputs:
13-
tmate_enabled:
14-
description: Enable tmate debugging
15-
required: true
16-
default: "0"
1712

1813
permissions:
1914
contents: read
@@ -50,9 +45,6 @@ jobs:
5045
run: composer run-script code:lint
5146
- name: Code sniff
5247
run: composer run-script codesniff
53-
- name: Setup tmate session
54-
if: ${{ github.event.inputs.tmate_enabled == '1' }}
55-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
5648

5749
phpcompatibility:
5850
permissions:
@@ -114,10 +106,6 @@ jobs:
114106
with:
115107
ssh-private-key: ${{ secrets.PANTHEON_CI_SSH_KEY }}
116108

117-
- name: Setup tmate session
118-
if: ${{ github.event.inputs.tmate_enabled == '1' }}
119-
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
120-
121109
- name: Create multidev environment
122110
run: .github/scripts/create-multidev.sh "$MULTIDEV_NAME" "$TERMINUS_SITE" "$GITHUB_ENV" "dev-${{ github.head_ref || github.ref_name }}"
123111

0 commit comments

Comments
 (0)