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

Allow the regular CI pipeline to be run on external PRs #16083

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 29, 2024

  1. allow the regular CI pipeline to be run on external PRs

    Currently when an external contributor submits a PR, we need to kick
    of the CI pipeline manually.  Doing that runs basically the same tests
    as the regular CI pipeline, except it's easy for it to get out of
    sync.
    
    The only advantage of doing it this way is that we can review the PR
    before running the pipeline.  However the way our GitHub repo is set
    up, we already need to approve PRs before CI is being run.
    
    Unify the CI pipeline, which allows for the status to be reported on
    the PR, making the experience for external contributors a bit nicer,
    while still requiring us to approve running the CI jobs first but now
    just with the click of a button.
    tgummerer committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0793a43 View commit details
    Browse the repository at this point in the history