We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf07207 commit 2258ebfCopy full SHA for 2258ebf
.github/workflows/tests.yml
@@ -209,6 +209,6 @@ jobs:
209
name: build-logs-${{ matrix.os }}-${{ matrix.php }}
210
path: log
211
212
-# - name: Setup tmate session
213
-# if: ${{ failure() }}
214
-# uses: mxschmitt/action-tmate@v3
+ - name: Setup tmate session
+ if: ${{ failure() && matrix.os == 'ubuntu-22.04-arm' && matrix.php == '8.1' }}
+ uses: mxschmitt/action-tmate@v3
0 commit comments