From 553f69c6166d847f5b88d3644c219de72dfb9346 Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Thu, 17 Oct 2024 16:17:29 +0800 Subject: [PATCH] fix thirdparty workflow --- .github/workflows/thirdparty-regular-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/thirdparty-regular-push.yml b/.github/workflows/thirdparty-regular-push.yml index 31f19addca..eaad83d087 100644 --- a/.github/workflows/thirdparty-regular-push.yml +++ b/.github/workflows/thirdparty-regular-push.yml @@ -93,7 +93,7 @@ jobs: - ubuntu2004 - ubuntu2204 - centos7 - if: ${{ needs.build_push_src_docker_images.outputs.os_version == matrix.osversion }} + if: ${{ needs.build_push_src_docker_images.outputs.os_version == strategy.matrix.osversion }} steps: # The glibc version on ubuntu1804 and centos7 is lower than the actions/checkout@v4 required, so # we need to force to use actions/checkout@v3.