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

Add concurrency limits on all workflows to eliminate wasted cycles #2603

Merged
merged 12 commits into from
May 18, 2023

Conversation

Link-
Copy link
Collaborator

@Link- Link- commented May 17, 2023

Context

At the moment all workflows run without limits. This fix will guarantee:

  1. All release workflows will have a concurrency limit of 1
  2. All PR checks will have a concurrency limit of 1 per PR
  3. All pushes to the master will run without limits

Tests

https://github.com/Link-/actions-runner-controller/actions

TODO

@Link- Link- self-assigned this May 17, 2023
@Link- Link- added the chore label May 17, 2023
Copy link
Member

@nikola-jokic nikola-jokic left a comment

Choose a reason for hiding this comment

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

Looks great to me! Awesome work 💯

@Link- Link- merged commit 34fdbf1 into actions:master May 18, 2023
7 checks passed
Link- added a commit to Link-/actions-runner-controller that referenced this pull request May 18, 2023
@Link- Link- added the gha-runner-scale-set Related to the gha-runner-scale-set mode label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore gha-runner-scale-set Related to the gha-runner-scale-set mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants