From ac23203889b89b1b483da53f593314a7f3979f59 Mon Sep 17 00:00:00 2001 From: Mihai PLESA Date: Tue, 2 Apr 2024 19:17:30 +0100 Subject: [PATCH] Revert "switch to ubuntu-latest-2-cores" This reverts commit eacff4fac741746e89f3a9f8babfa11dc70fa201. --- .github/workflows/assign-author.yml | 2 +- .github/workflows/assign-labels.yml | 2 +- .github/workflows/propagate-labels.yml | 2 +- .github/workflows/set-milestone-from-base-branch.yml | 4 ++-- .github/workflows/sync-pr-from-fork.yml | 2 +- .github/workflows/update-dep.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index 6b560f21db1e..bb463ba86106 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -10,6 +10,6 @@ permissions: jobs: assign: name: Assign author - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest steps: - uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2 diff --git a/.github/workflows/assign-labels.yml b/.github/workflows/assign-labels.yml index c358ffdf10d3..8d4aab15dbdb 100644 --- a/.github/workflows/assign-labels.yml +++ b/.github/workflows/assign-labels.yml @@ -10,7 +10,7 @@ permissions: jobs: label: name: Assign labels - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest steps: - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 with: diff --git a/.github/workflows/propagate-labels.yml b/.github/workflows/propagate-labels.yml index 31c4500fbe94..d0486cad975f 100644 --- a/.github/workflows/propagate-labels.yml +++ b/.github/workflows/propagate-labels.yml @@ -11,7 +11,7 @@ jobs: propagate: if: github.event.pull_request.merged == true name: propagate labels - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest steps: - name: propagate labels run: | diff --git a/.github/workflows/set-milestone-from-base-branch.yml b/.github/workflows/set-milestone-from-base-branch.yml index 671299a05a24..a2f9ae5fbbdf 100644 --- a/.github/workflows/set-milestone-from-base-branch.yml +++ b/.github/workflows/set-milestone-from-base-branch.yml @@ -10,7 +10,7 @@ concurrency: set-bb-issues-milestone jobs: set-pr-milestone: if: github.event.pull_request.merged == true - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest steps: - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -30,7 +30,7 @@ jobs: set-brave-browser-issues-milestone: if: github.event.pull_request.merged == true - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest needs: set-pr-milestone steps: - env: diff --git a/.github/workflows/sync-pr-from-fork.yml b/.github/workflows/sync-pr-from-fork.yml index 3a471425b92b..d023557b0237 100644 --- a/.github/workflows/sync-pr-from-fork.yml +++ b/.github/workflows/sync-pr-from-fork.yml @@ -9,7 +9,7 @@ on: jobs: sync-pr-from-fork: - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 diff --git a/.github/workflows/update-dep.yml b/.github/workflows/update-dep.yml index ad6ed7a0d0a5..cbe2f66eb41f 100644 --- a/.github/workflows/update-dep.yml +++ b/.github/workflows/update-dep.yml @@ -24,7 +24,7 @@ permissions: jobs: dep-update: - runs-on: ubuntu-latest-2-cores + runs-on: ubuntu-latest env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}