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

workflows: remove label filters for testing workflows #16735

Merged
merged 1 commit into from
Jul 1, 2021

Commits on Jul 1, 2021

  1. workflows: remove label filters for testing workflows

    Previously, we used `pull_request` `labeled` events for testing changes
    to workflows from PRs. This was actually a remnant of our first CI 3.0
    implementation to be able to run workflows on-demand rather than on
    every PR push, before we switched to `issue_comment` triggers.
    
    We remove the `labeled` filter as they only make it way more complicated
    for contributors to test workflow changes. Instead, we switch to a more
    simple workflow where simply uncommenting the `pull_request` trigger is
    enough to be able to start testing changes to a workflow.
    
    Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
    nbusseneau committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    41066ac View commit details
    Browse the repository at this point in the history