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

Avoid warning on workflow_call triggers #2274

Merged
merged 1 commit into from
May 8, 2024

Commits on May 7, 2024

  1. Avoid warning on workflow_call triggers

    Typically, we warn when there is no `push` trigger in the
    workflow file that triggered this run. However, when this
    action is triggered by a `workflow_call` event, we assume
    there is a custom process for triggering the action and we
    don't want to warn in this case.
    aeisenberg committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ca7f194 View commit details
    Browse the repository at this point in the history