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 553f69c61 fix thirdparty workflow
553f69c61 is described below
commit 553f69c6166d847f5b88d3644c219de72dfb9346
Author: Dan Wang <[email protected]>
AuthorDate: Thu Oct 17 16:17:29 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 31f19addc..eaad83d08 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]