Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small CI improvements #1924

Merged
merged 11 commits into from
Jul 23, 2024
Prev Previous commit
reduce codecov machine size
  • Loading branch information
gpmayorga committed Jul 23, 2024
commit de8ba4763eaa39bf8d3eea5c775843e8ca1167b0
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
contents: read
jobs:
codecov:
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest-4-cores
if: >
github.event.pull_request.draft == false ||
github.ref == 'refs/heads/main' ||
Expand Down
Loading