Skip to content

Commit

Permalink
tweak logic
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <clint@ctshryock.com>
  • Loading branch information
catsby committed Sep 27, 2024
1 parent 30211e0 commit e1c460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-uds-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup K3d
uses: ./.github/actions/k3d
with:
create-cluster: "${{ matrix.type == 'with-cluster' && 'false' || 'true'}}"
create-cluster: "${{ matrix.type == 'with-cluster' && 'true' || 'false'}}"

- name: Run UDS Core smoke test
run: build/uds run test:ci-uds-core-smoke-test
Expand Down

0 comments on commit e1c460c

Please sign in to comment.