mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Adding conditional for tmate step so it only (hopefully) runs for onedir-3005-amazon-2
This commit is contained in:
parent
8d902281ab
commit
97d6ae9bb9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-linux.yml
vendored
1
.github/workflows/test-linux.yml
vendored
|
@ -54,6 +54,7 @@ jobs:
|
|||
python3 -m pip install -r tests/requirements.txt
|
||||
|
||||
- name: Setup tmate session
|
||||
if: ${{ matrix.instance }}-${{ inputs.distro-slug }} == "onedir-3005-amazon-2"
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 15
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue