Skip to content

Commit 0a5797f

Browse files
cemalkilicChris Stockton
authored andcommitted
chore: smaller instances for simpler jobs
1 parent 7d2a7a9 commit 0a5797f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
check-conventional-commits:
24-
runs-on: blacksmith-4vcpu-ubuntu-2404
24+
runs-on: blacksmith-2vcpu-ubuntu-2404
2525
if: github.actor != 'dependabot[bot]' # skip for dependabot PRs
2626
env:
2727
EVENT: ${{ toJSON(github.event) }}

.github/workflows/dogfooding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
check_dogfooding:
16-
runs-on: blacksmith-4vcpu-ubuntu-2404
16+
runs-on: blacksmith-2vcpu-ubuntu-2404
1717
steps:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
if: github.event.pull_request.base.ref == 'master' && github.event.pull_request.head.ref == 'release-please--branches--master'

0 commit comments

Comments
 (0)