This is an automated email from the ASF dual-hosted git repository. wangdan pushed a commit to branch fix-github-zk-hadoop in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/fix-github-zk-hadoop by this push: new a1b129819 fix thirdparty workflow a1b129819 is described below commit a1b12981930665904d853bb31d19305f3f9a4558 Author: Dan Wang <wang...@apache.org> AuthorDate: Thu Oct 17 16:02:35 2024 +0800 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 60cd59780..31f19addc 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 == 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. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pegasus.apache.org For additional commands, e-mail: commits-h...@pegasus.apache.org