Skip to content

Commit

Permalink
ci: allow to update ssh session on debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Jul 5, 2024
1 parent 09985e5 commit 78c3e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: composer run-script tests

- name: Enable debug session
if: runner.debug == '1'
if: ${{ failure() && runner.debug == '1' }}
uses: lhotari/action-upterm@v1
with:
limit-access-to-actor: true
Expand Down

0 comments on commit 78c3e09

Please sign in to comment.