diff --git a/.github/workflows/ci-development.yml b/.github/workflows/ci-development.yml index 0c501e3b72..5cf46a275c 100644 --- a/.github/workflows/ci-development.yml +++ b/.github/workflows/ci-development.yml @@ -31,11 +31,6 @@ jobs: secrets: inherit with: profile: "release" - build-m2: - uses: ./.github/workflows/_21_build_m2.yml - secrets: inherit - with: - profile: "release" # Used to test upgrades to this version from the latest release build-try-runtime: uses: ./.github/workflows/_20_build.yml @@ -90,9 +85,3 @@ jobs: merge-commit-summary: needs: [publish] uses: ./.github/workflows/_04_merge_commit_summary.yml - upload-versioned-build-artifacts: - needs: [build, build-m2] - uses: ./.github/workflows/_61_upload_versioned_build_artifacts.yml - secrets: inherit - with: - is_release: false