Skip to content

ci: Cancel in progress workflows for PRs#3537

Merged
philipphofmann merged 3 commits into
mainfrom
ci/cancel-in-progress
Jan 4, 2024
Merged

ci: Cancel in progress workflows for PRs#3537
philipphofmann merged 3 commits into
mainfrom
ci/cancel-in-progress

Conversation

@philipphofmann

@philipphofmann philipphofmann commented Jan 4, 2024

Copy link
Copy Markdown
Member

Cancel in progress workflow runs when pushing new commits to a PR to save CI computing time.

Code snippet taken from https://github.com/getsentry/getsentry/blob/a073943d465eb4616ad7c62b31a0a9d97eb443fb/.github/workflows/development-environment.yml#L11-L15.

Fixes GH-3213

#skip-changelog

Cancel in progress workflow runs when pushing new commits to a PR
to save CI computing time.

Fixes GH-3213
@codecov

codecov Bot commented Jan 4, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f74904f) 89.213% compared to head (df03cbc) 89.237%.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #3537       +/-   ##
=============================================
+ Coverage   89.213%   89.237%   +0.023%     
=============================================
  Files          528       528               
  Lines        57620     57625        +5     
  Branches     20637     20639        +2     
=============================================
+ Hits         51405     51423       +18     
- Misses        5185      5286      +101     
+ Partials      1030       916      -114     

see 34 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f74904f...df03cbc. Read the comment docs.

@brustolin brustolin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!!

@philipphofmann
philipphofmann merged commit 4603c54 into main Jan 4, 2024
@philipphofmann
philipphofmann deleted the ci/cancel-in-progress branch January 4, 2024 13:04
philipphofmann added a commit that referenced this pull request Jan 10, 2024
Cancel in progress workflow runs when pushing new commits to a PR
to save CI computing time.

Fixes GH-3213
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.

Cancel in-progress workflows with new commit pushes to PRs

2 participants