Skip to content

Commit 5e3df7a

Browse files
authored
[hotfix] Fix building status badge in README as workflow files have been refactored (#3807)
* [hotfix] Fix building status badge in README as workflow files have been refactored Signed-off-by: yuxiqian <[email protected]> * fix: rename workflow files to `flink_cdc_ci` / `flink_cdc_ci_nightly` As they're not strictly tied to specific JDK versions. Signed-off-by: yuxiqian <[email protected]> --------- Signed-off-by: yuxiqian <[email protected]>
1 parent c6cf46b commit 5e3df7a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
<a href="https://github.com/apache/flink-cdc/releases" target="_blank">
99
<img src="https://img.shields.io/github/v/release/apache/flink-cdc?color=yellow" alt="Release">
1010
</a>
11-
<a href="https://github.com/apache/flink-cdc/actions/workflows/flink_cdc.yml" target="_blank">
12-
<img src="https://img.shields.io/github/actions/workflow/status/apache/flink-cdc/flink_cdc.yml?branch=master" alt="Build">
11+
<a href="https://github.com/apache/flink-cdc/actions/workflows/flink_cdc_ci.yml" target="_blank">
12+
<img src="https://img.shields.io/github/actions/workflow/status/apache/flink-cdc/flink_cdc_ci.yml?branch=master" alt="Build">
13+
</a>
14+
<a href="https://github.com/apache/flink-cdc/actions/workflows/flink_cdc_ci_nightly.yml" target="_blank">
15+
<img src="https://img.shields.io/github/actions/workflow/status/apache/flink-cdc/flink_cdc_ci_nightly.yml?branch=master&label=nightly" alt="Nightly Build">
1316
</a>
1417
<a href="https://github.com/apache/flink-cdc/tree/master/LICENSE" target="_blank">
1518
<img src="https://img.shields.io/static/v1?label=license&message=Apache License 2.0&color=white" alt="License">

0 commit comments

Comments
 (0)