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 bccd83a49 fix thirdparty workflow bccd83a49 is described below commit bccd83a496c97a31c45b8de719427c712c8a0d84 Author: Dan Wang <wang...@apache.org> AuthorDate: Thu Oct 17 17:06:29 2024 +0800 fix thirdparty workflow --- .github/workflows/thirdparty-regular-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/thirdparty-regular-push.yml b/.github/workflows/thirdparty-regular-push.yml index eaad83d08..893d6d721 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 == strategy.matrix.osversion }} + if: success() 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. @@ -136,7 +136,7 @@ jobs: - ubuntu2004 - ubuntu2204 - centos7 - if: needs.build_push_src_docker_images.outputs.os_version == matrix.osversion + if: success() 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. @@ -171,7 +171,7 @@ jobs: matrix: osversion: - ubuntu2204 - if: needs.build_push_src_docker_images.outputs.os_version == matrix.osversion + if: success() steps: - uses: actions/checkout@v4 - name: Set up QEMU @@ -206,7 +206,7 @@ jobs: matrix: osversion: - ubuntu2204 - if: needs.build_push_src_docker_images.outputs.os_version == matrix.osversion + if: success() steps: - uses: actions/checkout@v4 - name: Set up QEMU --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pegasus.apache.org For additional commands, e-mail: commits-h...@pegasus.apache.org