Skip to content

Commit 5fda308

Browse files
committed
Revert "ci: use ubuntu-latest-4core for Angular renovate"
This reverts commit 2ccf124.
1 parent 2ccf124 commit 5fda308

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,13 @@ jobs:
1515
renovate:
1616
strategy:
1717
matrix:
18-
repositories:
19-
- name: angular/angular
20-
run_os: ubuntu-latest-4core
21-
- name: angular/dev-infra
22-
run_os: ubuntu-latest
23-
- name: angular/components
24-
run_os: ubuntu-latest
25-
- name: angular/angular-cli
26-
run_os: ubuntu-latest
27-
- name: angular/vscode-ng-language-service
28-
run_os: ubuntu-latest
29-
runs-on: ${{ matrix.repositories.run_os }}
18+
REPOSITORY:
19+
- angular/angular
20+
- angular/dev-infra
21+
- angular/components
22+
- angular/angular-cli
23+
- angular/vscode-ng-language-service
24+
runs-on: ubuntu-latest
3025
steps:
3126
# Because the checkout and setup node action is contained in the dev-infra repo, we must
3227
# checkout the repo to be able to run the action we have created. Other repos will skip
@@ -50,4 +45,4 @@ jobs:
5045
RENOVATE_FORK_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
5146
GITHUB_COM_TOKEN: ${{ secrets.NG_RENOVATE_USER_ACCESS_TOKEN }}
5247
RENOVATE_CONFIG_FILE: .github/ng-renovate/runner-config.js
53-
RENOVATE_REPOSITORIES: ${{ matrix.repositories.name }}
48+
RENOVATE_REPOSITORIES: ${{ matrix.REPOSITORY }}

0 commit comments

Comments
 (0)