Skip to content

Commit

Permalink
Revert "add tmate action debugging (#512)"
Browse files Browse the repository at this point in the history
This reverts commit 836e5a6.
  • Loading branch information
marxide authored Apr 30, 2021
1 parent 836e5a6 commit 65d790f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: test-suite

on:
workflow_dispatch:
inputs:
debug_enabled:
description: 'Run the tests with tmate debugging enabled'
required: false
default: 'false'
pull_request:
on: [pull_request]

env:
db_password: 'postgres'
Expand All @@ -24,10 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.FORCED_PHOT_DEPLOY_KEY }}
Expand Down

0 comments on commit 65d790f

Please sign in to comment.