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

use built-in concurrency configuration for duplicate workflows #89

Merged

Conversation

zacharyburnett
Copy link
Collaborator

In regards to cancelling duplicate workflows, this PR replaces the cancel_workflows.yml workflow with the built-in concurrency block.

This is:

  1. faster
  2. reduces the amount of workflows in the Actions queue, and
  3. reduces our dependence on third-party workflow actions

@zacharyburnett zacharyburnett self-assigned this Apr 5, 2023
@zacharyburnett zacharyburnett changed the title use built-in concurrency configuration use built-in concurrency configuration for duplicate workflows Apr 5, 2023
@zacharyburnett zacharyburnett added the no-changelog-entry-needed does not require an entry in `CHANGES.rst` label Apr 5, 2023
@codecov
Copy link

codecov bot commented Apr 5, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e5aca99) 54.17% compared to head (d634bf5) 54.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #89   +/-   ##
=======================================
  Coverage   54.17%   54.17%           
=======================================
  Files          25       25           
  Lines        3057     3057           
=======================================
  Hits         1656     1656           
  Misses       1401     1401           

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@zacharyburnett zacharyburnett marked this pull request as ready for review April 5, 2023 17:52
@zacharyburnett zacharyburnett requested a review from a team as a code owner April 5, 2023 17:52
@WilliamJamieson WilliamJamieson merged commit 3c23614 into spacetelescope:master Apr 10, 2023
18 checks passed
@zacharyburnett zacharyburnett deleted the workflow_concurrency branch April 10, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog-entry-needed does not require an entry in `CHANGES.rst`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants