Skip to content

Commit d386c7c

Browse files
authored
[FLINK-35386][cdc][docs] Shorten GHA names and disable fail-fast to isolate branches (#3331)
1 parent 999027f commit d386c7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ concurrency:
3737
cancel-in-progress: true
3838

3939
jobs:
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/[email protected]
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:

0 commit comments

Comments
 (0)