From 6a8d5e9c90d62a8132f6921a132343295e28f91a Mon Sep 17 00:00:00 2001 From: Pedro Tacla Yamada Date: Mon, 5 Aug 2024 17:49:13 +1000 Subject: [PATCH] Remove CI build step for native builds (#9895) Co-authored-by: pyamada (RDE) --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3744f3f460..14cfac25dc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,13 +198,3 @@ jobs: status: ${{ job.status }} deployment_id: ${{ steps.deployment.outputs.deployment_id }} env_url: ${{ steps.vercel-action.outputs.preview-url }} - - run-release-builds: - name: Build for all architectures and smoke-test - uses: ./.github/workflows/release.yml - secrets: inherit - with: - profile: canary - release-command: | - echo "Skipping release as this is a CI build" - type: canary