Skip to content

Commit e679c14

Browse files
authored
Merge pull request #1213 from Ireeeeeeeeeee/chore/remove-redundant-ci-release-packaging
Remove redundant release packaging from CI
2 parents d0405f4 + 89f3600 commit e679c14

1 file changed

Lines changed: 2 additions & 31 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ env:
2525
# ├── helm-lint (helm changes only) │ │
2626
# ├── examples-smoke-test (examples changes only) │ │
2727
# └── api-docs (api_docs changes only) │ │
28-
#
28+
#
2929
# test ─── coverage
3030
#
31-
# build (main only)
32-
#
3331
# docker (main only)
3432
#
3533
# security-scan
@@ -644,33 +642,6 @@ jobs:
644642
fail_ci_if_error: false
645643
token: ${{ secrets.CODECOV_TOKEN }}
646644

647-
# ── 11. Release build (main push only) ───────────────────────────────────────
648-
build:
649-
name: Build
650-
if: github.event_name != 'pull_request'
651-
runs-on: ubuntu-latest
652-
timeout-minutes: 15
653-
needs: test
654-
steps:
655-
- uses: actions/checkout@v7
656-
657-
- name: Setup Rust
658-
uses: ./.github/actions/setup-rust
659-
with:
660-
cache-key: "ci-build"
661-
662-
- name: Build release
663-
run: make build
664-
665-
- name: Upload binary artifacts
666-
uses: actions/upload-artifact@v7
667-
with:
668-
name: stellar-k8s-binaries
669-
path: |
670-
target/release/stellar-operator
671-
target/release/kubectl-stellar
672-
retention-days: 7
673-
674645
# ── 11. Docker build & push (main push only) ──────────────────────────────────
675646
docker:
676647
name: Docker Build
@@ -681,7 +652,7 @@ jobs:
681652
(needs.api-docs.result == 'success' || needs.api-docs.result == 'skipped')
682653
runs-on: ubuntu-latest
683654
timeout-minutes: 20
684-
needs: [changes, build, helm-test, api-docs]
655+
needs: [changes, helm-test, api-docs]
685656
env:
686657
DOCKER_PLATFORMS: linux/amd64
687658
permissions:

0 commit comments

Comments
 (0)