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: filter out schedule events from forks #16012

Merged
merged 1 commit into from
May 4, 2021

Commits on May 4, 2021

  1. workflows: filter out schedule events from forks

    The general recommendation for forks is to disable Actions from the
    project settings, since most are contributionforks that don't need to
    run workflows in the context of the fork.
    
    However, there are cases where one might need to enable Actions from a
    fork, e.g. for workflow development purposes. This change should
    alleviate workflow runs pressure for these instances.
    
    Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
    nbusseneau committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c8f0c6f View commit details
    Browse the repository at this point in the history