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