Skip to content

Commit e4ec5c4

Browse files
committed
Fix
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 964fce8 commit e4ec5c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/weekly-one-click-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
example: ${{ fromJson(needs.get-test-matrix.outputs.examples) }}
5656
node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
5757
deploy_method: ${{ fromJson(needs.get-test-matrix.outputs.deploy_methods) }}
58-
fail-fast: false
59-
exclude:
58+
exclude:
6059
- example: AudioQnA
6160
node: xeon
62-
deploy_method: k8x
61+
deploy_method: k8s
62+
fail-fast: false
6363
uses: ./.github/workflows/_run-one-click.yml
6464
with:
6565
hardware: ${{ matrix.node }}

0 commit comments

Comments
 (0)