From c87f367f46a7daa24902c150f34b978ede4b1674 Mon Sep 17 00:00:00 2001 From: Jessica Janiuk Date: Thu, 26 Jun 2025 13:21:28 +0200 Subject: [PATCH] ci: remove artifacts job (#62291) Remove the artifacts job. PR Close #62291 --- .github/workflows/pr.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 400b499e65d..8352979a19d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -103,29 +103,6 @@ jobs: - name: Run integration CI tests for framework run: yarn integration-tests:ci - artifacts: - needs: [test] - if: needs.test.result == 'success' - runs-on: ubuntu-latest - steps: - - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - with: - cache-node-modules: true - - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 - - name: Install node modules - run: yarn install --frozen-lockfile --network-timeout 100000 - - name: Build artifacts - run: yarn tsx ./scripts/build/build-packages-dist.mts - - name: Archive build artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 - with: - name: pr-artifacts-${{ github.event.number }} - path: dist/packages-dist/ - adev: runs-on: labels: ubuntu-latest-8core