Skip to content

Commit

Permalink
Use 2cpu buildjet to save costs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman authored Oct 17, 2024
1 parent 4ffdfb4 commit 1c4305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
builds:
if: ${{ !(github.ref == 'refs/heads/main' && contains(github.event.head_commit.message, '[maven-release-plugin]')) }}
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-2vcpu-ubuntu-2204

steps:
- uses: browser-actions/setup-chrome@latest
Expand Down

0 comments on commit 1c4305f

Please sign in to comment.