We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03797c2 commit 964fce8Copy full SHA for 964fce8
.github/workflows/weekly-one-click-test.yml
@@ -56,6 +56,10 @@ jobs:
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:
60
+ - example: AudioQnA
61
+ node: xeon
62
+ deploy_method: k8x
63
uses: ./.github/workflows/_run-one-click.yml
64
with:
65
hardware: ${{ matrix.node }}
0 commit comments