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

cancel in-progress runs upon new push #1065

Merged
merged 1 commit into from
Nov 21, 2024
Merged

cancel in-progress runs upon new push #1065

merged 1 commit into from
Nov 21, 2024

Conversation

pca006132
Copy link
Collaborator

Thought it is a bit wasteful to keep running the old job when we push some new commits. This will now cancel the old job.

And this removes the parallel limit for some builds, I forgot why they were there in the first place, probably copied from openscad?

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.69%. Comparing base (70abe63) to head (85fa898).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1065   +/-   ##
=======================================
  Coverage   84.69%   84.69%           
=======================================
  Files          62       62           
  Lines        9685     9685           
  Branches     1050     1050           
=======================================
  Hits         8203     8203           
  Misses       1482     1482           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@pca006132 pca006132 merged commit b77abde into master Nov 21, 2024
23 checks passed
@pca006132 pca006132 deleted the action branch November 21, 2024 06:48
@elalish
Copy link
Owner

elalish commented Nov 21, 2024

Good idea, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants