Open KrisThielemans opened 2 years ago
Admitedly haven't tried it, but likely you could specify it in your if
statement to match the specfic matrix values?
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ maxtrix.compiler == 'gcc' && matrix.os == 'macOS-latest' }}
Admitedly haven't tried it, but likely you could specify it in your
if
statement to match the specfic matrix values?
Thanks for this, I'm new to all this and your answer helped me to debug something!
I'd like to be able to specify how which job of my matrix needs to open an ssh shell, as I can't really debug all of them at the same time 😄 . Is that possible at all?
Here's my current Actions yml, just in case that helps.
thanks!