Skip to content

Commit

Permalink
tmp CI enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jan 23, 2025
1 parent 3d66e8a commit e659e81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
env:
TOOLS_PATH: "/opt/tools/bin"
steps:
# Enable Tmate debug ssh session on demand
- name: "Setup tmate session"
uses: "percona/gh-action-action-tmate@v3"
if: ${{ always() && github.event.inputs.debug == 'Enabled' }}

- name: Check out code into the Go module directory
uses: actions/checkout@v4

Expand Down Expand Up @@ -145,6 +140,11 @@ jobs:
env:
TOOLS_PATH: "/opt/tools/bin"
steps:
# Enable Tmate debug ssh session on demand
- name: "Setup tmate session"
uses: "percona/gh-action-action-tmate@v3"
if: ${{ always() && github.event.inputs.debug == 'Enabled' }}

- name: Check out code into the Go module directory
uses: actions/checkout@v4

Expand Down

0 comments on commit e659e81

Please sign in to comment.