This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch 120-branch-build-doc in repository https://gitbox.apache.org/repos/asf/flink.git
commit 75006b520c51255c5ee3d73191b3a8319ef79929 Author: Weijie Guo <[email protected]> AuthorDate: Fri Aug 2 14:35:40 2024 +0800 test doc --- .github/workflows/docs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 03ab7ee31ff..21c31e88c6c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,10 +27,7 @@ jobs: max-parallel: 1 matrix: branch: - - master - - release-1.19 - - release-1.18 - - release-1.17 + - release-1.20 steps: - uses: actions/checkout@v3 with:
