mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
just run tmate on onedir jobs
This commit is contained in:
parent
b67b707b6f
commit
14976f90c8
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-linux.yml
vendored
3
.github/workflows/test-linux.yml
vendored
|
@ -54,8 +54,7 @@ jobs:
|
|||
python3 -m pip install -r tests/requirements.txt
|
||||
|
||||
- name: Setup tmate session
|
||||
if: |
|
||||
matrix.instance == "onedir-3005" && inputs.distro-slug == "amazon-2"
|
||||
if: matrix.instance == "onedir-3005"
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 15
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue