Skip to content

Commit

Permalink
comment out the conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 22, 2024
1 parent ea83035 commit eb250c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
DB_NAME: updatinate-wp-db
run: composer test
- name: Setup tmate session
if: ${{ true || github.event.inputs.tmate_enabled == 1 }}
# if: ${{ github.event.inputs.tmate_enabled == 1 }}
uses: mxschmitt/action-tmate@v3
send-dispatch:
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit eb250c7

Please sign in to comment.