Skip to content

Commit

Permalink
ci: do not use the paid runner
Browse files Browse the repository at this point in the history
As we are running the build on the depot.dev we probably do not need a paid GitHub Runner
  • Loading branch information
matifali authored Jan 17, 2024
1 parent 48221d5 commit dd7bb7c
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 @@ -61,7 +61,7 @@ jobs:
run: yarn format:check

images:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: images/ubuntu
Expand Down

0 comments on commit dd7bb7c

Please sign in to comment.