We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964fce8 commit e4ec5c4Copy full SHA for e4ec5c4
1 file changed
.github/workflows/weekly-one-click-test.yml
@@ -55,11 +55,11 @@ jobs:
55
example: ${{ fromJson(needs.get-test-matrix.outputs.examples) }}
56
node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}
57
deploy_method: ${{ fromJson(needs.get-test-matrix.outputs.deploy_methods) }}
58
- fail-fast: false
59
- exclude:
+ exclude:
60
- example: AudioQnA
61
node: xeon
62
- deploy_method: k8x
+ deploy_method: k8s
+ fail-fast: false
63
uses: ./.github/workflows/_run-one-click.yml
64
with:
65
hardware: ${{ matrix.node }}
0 commit comments