Skip to content

Commit a1216d3

Browse files
committed
Add repoistory archive notice to README
Update github actions removing scheduled launches
1 parent 2efde18 commit a1216d3

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

.github/workflows/ci-it-db.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI IT Database
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 6 * * 1-5'
75

86
env:
97
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

.github/workflows/ci-it-performance.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI IT Performance
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 6 * * 1'
75

86
env:
97
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

.github/workflows/ci-it-security.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI IT Security
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 6 * * 1'
75

86
env:
97
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}

.github/workflows/schedule-train-builds.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Schedule Snapshot Train Builds
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: '0 2 * * 1,2,3,4,5'
75

86
jobs:
97
schedule:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
</a>
55
</p>
66

7-
[![Build Status - CI](https://github.com/spring-cloud/spring-cloud-dataflow/actions/workflows/ci.yml/badge.svg)](https://github.com/spring-cloud/spring-cloud-dataflow/actions/workflows/ci.yml)
7+
# Spring Cloud Data Flow is no longer maintained as an open-source project by Broadcom, Inc.
8+
9+
## For information about extended support or commercial options for Spring Cloud Data Flow, please read the official blog post [here](https://spring.io/blog/2025/04/21/spring-cloud-data-flow-commercial).
10+
811

912

1013
*Spring Cloud Data Flow* is a microservices-based toolkit for building streaming and batch data processing pipelines in

0 commit comments

Comments
 (0)