File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ concurrency:
3737 cancel-in-progress : true
3838
3939jobs :
40- check-documentation :
40+ check-doc :
4141 if : github.repository == 'apache/flink-cdc'
4242 runs-on : ubuntu-latest
4343 steps :
@@ -46,15 +46,16 @@ jobs:
4646 uses : gaurav-nelson/github-action-markdown-link-check@1.0.15
4747 with :
4848 config-file : ' .dlc.json'
49- - name : Build documentation
49+ - name : Build doc
5050 run : |
5151 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"
5252
5353 build-documentation :
5454 if : github.event_name != 'pull_request' && github.repository == 'apache/flink-cdc'
55- name : " Check and build documentation "
55+ name : " Check and build doc "
5656 runs-on : ubuntu-latest
5757 strategy :
58+ fail-fast : false
5859 max-parallel : 1
5960 matrix :
6061 branch :
You can’t perform that action at this time.
0 commit comments