This is an automated email from the ASF dual-hosted git repository.

renqs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new d386c7c1c [FLINK-35386][cdc][docs] Shorten GHA names and disable 
fail-fast to isolate branches (#3331)
d386c7c1c is described below

commit d386c7c1c2db3bb8590be6c20198286cf0567c97
Author: gongzhongqiang <gongzhongqi...@apache.org>
AuthorDate: Fri May 17 14:23:07 2024 +0800

    [FLINK-35386][cdc][docs] Shorten GHA names and disable fail-fast to isolate 
branches (#3331)
---
 .github/workflows/build_docs.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml
index 2cb24dd0d..55dbcd46f 100644
--- a/.github/workflows/build_docs.yml
+++ b/.github/workflows/build_docs.yml
@@ -37,7 +37,7 @@ concurrency:
   cancel-in-progress: true
 
 jobs:
-  check-documentation:
+  check-doc:
     if: github.repository == 'apache/flink-cdc'
     runs-on: ubuntu-latest
     steps:
@@ -46,15 +46,16 @@ jobs:
         uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
         with:
           config-file: '.dlc.json'
-      - name: Build documentation
+      - name: Build doc
         run: |
           docker run --rm --volume "$PWD:/root/flink-cdc" 
chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink-cdc && chmod 
+x ./.github/workflows/docs.sh && ./.github/workflows/docs.sh"
 
   build-documentation:
     if: github.event_name != 'pull_request' && github.repository == 
'apache/flink-cdc'
-    name: "Check and build documentation"
+    name: "Check and build doc"
     runs-on: ubuntu-latest
     strategy:
+      fail-fast: false
       max-parallel: 1
       matrix:
         branch:

Reply via email to