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:
37
37
cancel-in-progress : true
38
38
39
39
jobs :
40
- check-documentation :
40
+ check-doc :
41
41
if : github.repository == 'apache/flink-cdc'
42
42
runs-on : ubuntu-latest
43
43
steps :
@@ -46,15 +46,16 @@ jobs:
46
46
uses :
gaurav-nelson/[email protected]
47
47
with :
48
48
config-file : ' .dlc.json'
49
- - name : Build documentation
49
+ - name : Build doc
50
50
run : |
51
51
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"
52
52
53
53
build-documentation :
54
54
if : github.event_name != 'pull_request' && github.repository == 'apache/flink-cdc'
55
- name : " Check and build documentation "
55
+ name : " Check and build doc "
56
56
runs-on : ubuntu-latest
57
57
strategy :
58
+ fail-fast : false
58
59
max-parallel : 1
59
60
matrix :
60
61
branch :
You can’t perform that action at this time.
0 commit comments