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 workflows for stable branches #16944

Merged
merged 2 commits into from
Jul 21, 2021
Merged

Add workflows for stable branches #16944

merged 2 commits into from
Jul 21, 2021

Commits on Jul 20, 2021

  1. .github: add trigger sentence in workflow file

    This helps developers to know which trigger they can use to retest the
    l4lb GH workflow.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    a2074b3 View commit details
    Browse the repository at this point in the history
  2. .github: add workflows for stable branches

    Since `issue_comment` is only triggered in GH workflows of the default
    branch, we need to add a copy of the conformance GH workflows in the
    default branch as well. This will allow the conformance tests to be
    tested against stable branches, which right now only 1.10 has support
    for this.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fc9390b View commit details
    Browse the repository at this point in the history