Skip to content

Commit 6f1b893

Browse files
committed
add always() for run-examples
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent d783871 commit 6f1b893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/manual-example-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989

9090
run-examples:
9191
needs: [get-test-matrix, build-deploy-gmc]
92+
if: always()
9293
strategy:
9394
matrix:
9495
example: ${{ fromJson(needs.get-test-matrix.outputs.examples) }}

0 commit comments

Comments
 (0)