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

Update push-chart workflow concurrency group #25431

Merged
merged 1 commit into from May 23, 2023

Commits on May 12, 2023

  1. Update push-chart workflow concurrency group

    I think we're seeing unintended cancellations of this workflow because
    it's a workflow_run event in most cases and github.event.after might not
    be working as we expect.
    
    First, add the event name into the concurrency group and then use a
    different ref based on the event type based on the git SHA the image
    chart will use for the image tags. This ensures we'll get one build for
    each image build but if we re-run the same job with the same parameters
    it'll cancel any previous invocations with for the same ref and event
    type.
    
    Signed-off-by: Chance Zibolski <chance.zibolski@gmail.com>
    chancez committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0cce964 View commit details
    Browse the repository at this point in the history