Skip to content

Commit 0b9ff63

Browse files
committed
fix: skip tests on workflow dispatch
These are preview images, we don't deliver any guarantee. Signed-off-by: Sébastien Han <seb@redhat.com>
1 parent cc14dcc commit 0b9ff63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/redhat-distro-container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,18 @@ jobs:
9393
cache-to: type=gha,mode=max
9494

9595
- name: Setup vllm for image test
96+
if: github.event_name != 'workflow_dispatch'
9697
id: vllm
9798
uses: ./.github/actions/setup-vllm
9899

99100
- name: Start and smoke test LLS distro image
101+
if: github.event_name != 'workflow_dispatch'
100102
id: smoke-test
101103
shell: bash
102104
run: ./tests/smoke.sh
103105

104106
- name: Integration tests
107+
if: github.event_name != 'workflow_dispatch'
105108
id: integration-tests
106109
shell: bash
107110
run: ./tests/run_integration_tests.sh

0 commit comments

Comments
 (0)