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

ci: add workflow to cancel previous runs #4542

Merged
merged 1 commit into from Aug 15, 2022
Merged

Conversation

snitin315
Copy link
Member

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Motivation / Use-Case

Related documentation

This is a GitHub Action that will cancel any previous runs that are not completed for a given workflow. When we push a commit to PR the previous workflow keeps running and we have to make cancel them manually to make room for the latest workflow. This workflow takes care of this automatically.

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #4542 (4a3e503) into master (49efdf8) will decrease coverage by 0.12%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4542      +/-   ##
==========================================
- Coverage   92.24%   92.11%   -0.13%     
==========================================
  Files          16       16              
  Lines        1637     1637              
  Branches      616      616              
==========================================
- Hits         1510     1508       -2     
- Misses        116      118       +2     
  Partials       11       11              
Impacted Files Coverage Δ
lib/servers/WebsocketServer.js 89.74% <0.00%> (-5.13%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alexander-akait alexander-akait merged commit 544543a into master Aug 15, 2022
@alexander-akait alexander-akait deleted the snitin315-patch-2 branch August 15, 2022 17:35
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.

None yet

2 participants