Skip to content

Commit

Permalink
Revert "switch to ubuntu-latest-2-cores"
Browse files Browse the repository at this point in the history
This reverts commit eacff4f.
  • Loading branch information
mihaiplesa committed Apr 2, 2024
1 parent 385ccf3 commit ac23203
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/assign-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/propagate-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/set-milestone-from-base-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pr-from-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
dep-update:
runs-on: ubuntu-latest-2-cores
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ac23203

Please sign in to comment.