Skip to content

Commit 5a718bd

Browse files
committed
don't attach tmate on build
1 parent 629ed7e commit 5a718bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-gcc-deb-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
name: build-logs-${{ matrix.arch }}-ubuntu-${{ matrix.os }}-php${{ matrix.php-version }}
7373
path: vendor/crazywhalecc/static-php-cli/log
7474

75-
- name: Setup tmate session
76-
if: ${{ failure() }}
77-
uses: mxschmitt/action-tmate@v3
75+
# - name: Setup tmate session
76+
# if: ${{ failure() }}
77+
# uses: mxschmitt/action-tmate@v3
7878

7979
assemble-repo:
8080
needs: build

0 commit comments

Comments
 (0)