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

CI: Move Runner checks into their own workflow #1158

Merged
merged 1 commit into from Jul 29, 2022

Commits on Jul 28, 2022

  1. CI: Move Runner checks into their own workflow

    Refactor the PR checks workflow into two workflows:
    PR checks and Runner checks.
    
    This does not change the actual check jobs that are run.
    It also does not change the expected check names
    (which rely only on the job name, not the workflow name).
    
    This makes it easier to inspect workflow run summaries in the UI
    and to separately retry subsets of failed jobs in case of flakiness.
    
    In future we will clean up the Runner checks,
    since this is a deprecated component.
    adityasharad committed Jul 28, 2022
    Copy the full SHA
    ceea668 View commit details
    Browse the repository at this point in the history