This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch test-doc
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/test-doc by this push:
new d44a7cfba90 only trigger on 1.20 for testing
d44a7cfba90 is described below
commit d44a7cfba90334e5219c216a0001e66ca9f4871a
Author: Weijie Guo <[email protected]>
AuthorDate: Fri Aug 2 10:17:37 2024 +0800
only trigger on 1.20 for testing
---
.github/workflows/docs.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 6c3369b4b19..21c31e88c6c 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -27,11 +27,7 @@ jobs:
max-parallel: 1
matrix:
branch:
- - master
- release-1.20
- - release-1.19
- - release-1.18
- - release-1.17
steps:
- uses: actions/checkout@v3
with: