Skip to content

Commit

Permalink
[CI] Point to spring-cloud-deployer main branch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
onobc committed Jul 16, 2024
1 parent 7c8079d commit 3d5fb84
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshot-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"workflow_dispatch": {
"owner": "spring-cloud",
"repo": "spring-cloud-deployer",
"ref": "2.9.x",
"ref": "main",
"workflow": "build-snapshot-worker.yml"
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-carvel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI Carvel
on:
push:
branches:
- 2.11.x
- main
paths:
- 'src/carvel/**'
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- 'main'
- '2.11.x'
paths-ignore:
- '.github/**'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/fix-deployment-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fix Deployment Files
on:
push:
branches:
- 2.11.x
- main

jobs:
build:
Expand Down Expand Up @@ -44,4 +44,3 @@ jobs:
assignees: ilayaperumalg
reviewers: jvalkeal,ilayaperumalg
branch: github-actions/update-deployment-files

2 changes: 1 addition & 1 deletion .github/workflows/milestone-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
"workflow_dispatch": {
"owner": "spring-cloud",
"repo": "spring-cloud-deployer",
"ref": "2.9.x",
"ref": "main",
"workflow": "milestone-worker.yml"
}
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
"workflow_dispatch": {
"owner": "spring-cloud",
"repo": "spring-cloud-deployer",
"ref": "2.9.x",
"ref": "main",
"workflow": "release-worker.yml"
}
},
Expand Down

0 comments on commit 3d5fb84

Please sign in to comment.