Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 3d5fb84

Browse files
committed
[CI] Point to spring-cloud-deployer main branch
This commit removes any CI triggers on the `2.11.x` branch in favor of `main` branch. Also, the references to spring-cloud-deployer are now using the `main` rather than the `2.9.x` branch.
1 parent 7c8079d commit 3d5fb84

File tree

6 files changed

+5
-7
lines changed

6 files changed

+5
-7
lines changed

.github/workflows/build-snapshot-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"workflow_dispatch": {
3030
"owner": "spring-cloud",
3131
"repo": "spring-cloud-deployer",
32-
"ref": "2.9.x",
32+
"ref": "main",
3333
"workflow": "build-snapshot-worker.yml"
3434
}
3535
},

.github/workflows/ci-carvel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Carvel
33
on:
44
push:
55
branches:
6-
- 2.11.x
6+
- main
77
paths:
88
- 'src/carvel/**'
99
workflow_dispatch:

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- 'main'
8-
- '2.11.x'
98
paths-ignore:
109
- '.github/**'
1110

.github/workflows/fix-deployment-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Fix Deployment Files
33
on:
44
push:
55
branches:
6-
- 2.11.x
6+
- main
77

88
jobs:
99
build:
@@ -44,4 +44,3 @@ jobs:
4444
assignees: ilayaperumalg
4545
reviewers: jvalkeal,ilayaperumalg
4646
branch: github-actions/update-deployment-files
47-

.github/workflows/milestone-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
"workflow_dispatch": {
3333
"owner": "spring-cloud",
3434
"repo": "spring-cloud-deployer",
35-
"ref": "2.9.x",
35+
"ref": "main",
3636
"workflow": "milestone-worker.yml"
3737
}
3838
},

.github/workflows/release-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
"workflow_dispatch": {
3030
"owner": "spring-cloud",
3131
"repo": "spring-cloud-deployer",
32-
"ref": "2.9.x",
32+
"ref": "main",
3333
"workflow": "release-worker.yml"
3434
}
3535
},

0 commit comments

Comments
 (0)