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

fix(gh-actions): SRE-579 - fix static-pages workflows concurrency #70

Closed
wants to merge 1 commit into from

Conversation

CarpathianUA
Copy link
Contributor

@CarpathianUA CarpathianUA commented Oct 18, 2024

For PR events:

  • in-progress workflows will be canceled when a new workflow is triggered for the same concurrency group.
    When a new commit is pushed to a PR, it will cancel any running workflows associated with that PR.

For pushes (e.g. to the main branch):

  • in-progress workflows will NOT be canceled when a new workflow is triggered by another push to the same branch (like main) - this means that for deployments or production builds, there won’t be any risk of canceling of ongoing deployment due to another push event.

For manually triggered workflows (workflow_dispatch):

  • in-progress workflows will NOT be canceled when a new manual workflow is triggered, meaning manual deployments or other manual actions will not be interrupted by another action triggered via workflow_dispatch.

@CarpathianUA CarpathianUA changed the title fix(gh-actions): fix static-pages workflows concurrency fix(gh-actions): SRE-579 - fix static-pages workflows concurrency Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant