diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c6649ba..e85ae4ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,11 +61,6 @@ jobs: run: | mysql --verbose --help - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - detached: true - - name: Checkout Code Repository uses: actions/checkout@v4