From e3c2755ee2be05886854e44b0e86e7563ad5e322 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Mon, 19 May 2025 11:04:58 +0000 Subject: [PATCH] Revert "ci: use `ubuntu-latest-4core` for Angular renovate" This reverts commit 2ccf1247420ab72d27e99ee5e585156934596f5a. --- .github/workflows/ng-renovate.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ng-renovate.yml b/.github/workflows/ng-renovate.yml index 017b44bac..b9f8d10b9 100644 --- a/.github/workflows/ng-renovate.yml +++ b/.github/workflows/ng-renovate.yml @@ -15,18 +15,13 @@ jobs: renovate: strategy: matrix: - repositories: - - name: angular/angular - run_os: ubuntu-latest-4core - - name: angular/dev-infra - run_os: ubuntu-latest - - name: angular/components - run_os: ubuntu-latest - - name: angular/angular-cli - run_os: ubuntu-latest - - name: angular/vscode-ng-language-service - run_os: ubuntu-latest - runs-on: ${{ matrix.repositories.run_os }} + REPOSITORY: + - angular/angular + - angular/dev-infra + - angular/components + - angular/angular-cli + - angular/vscode-ng-language-service + runs-on: ubuntu-latest steps: # Because the checkout and setup node action is contained in the dev-infra repo, we must # checkout the repo to be able to run the action we have created. Other repos will skip @@ -50,4 +45,4 @@ jobs: RENOVATE_FORK_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }} GITHUB_COM_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }} RENOVATE_CONFIG_FILE: .github/ng-renovate/runner-config.js - RENOVATE_REPOSITORIES: ${{ matrix.repositories.name }} + RENOVATE_REPOSITORIES: ${{ matrix.REPOSITORY }}