Skip to content

Commit

Permalink
fix thirdparty workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Oct 17, 2024
1 parent a1b1298 commit 553f69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/thirdparty-regular-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 553f69c

Please sign in to comment.