Skip to content

Commit

Permalink
Reduce BuildJet usage in places we don't really need it (#3480)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Dec 8, 2022
1 parent ca779ac commit aa489fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
name: "prisma-fmt-wasm build ${{ github.event.ref }} for commit ${{ github.event.inputs.commit }}"
runs-on: buildjet-16vcpu-ubuntu-2004
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
clippy:
runs-on: buildjet-16vcpu-ubuntu-2004
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-Dwarnings"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false

runs-on: buildjet-16vcpu-ubuntu-2004
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit aa489fa

Please sign in to comment.