Compare commits

...

1 Commits

Author SHA1 Message Date
ZePan110
7025f4984f Only test
Signed-off-by: ZePan110 <ze.pan@intel.com>
2025-05-07 13:48:07 +08:00

View File

@@ -9,7 +9,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
EXAMPLES: ${{ vars.NIGHTLY_RELEASE_EXAMPLES }} EXAMPLES: CodeGen,CodeTrans #${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
TAG: "latest" TAG: "latest"
PUBLISH_TAGS: "latest" PUBLISH_TAGS: "latest"
@@ -75,7 +75,7 @@ jobs:
publish: publish:
needs: [get-build-matrix, get-image-list, build-images] needs: [get-build-matrix, get-image-list, build-images]
if: always() if: ${{ success() }}
strategy: strategy:
matrix: matrix:
image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }} image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }}