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

Simplify cache cleanup actions #4118

Closed

Commits on Aug 29, 2024

  1. Simplify cache cleanup actions

    For the CleanUpCache workflow run triggered by PR workflows, there is a
    simple way of getting the PR number. The full event webhook payload is
    available as a json file and it contains the number of the triggering PR. So
    we don't need to upload the PR number as an artifact.
    
    For the post-PR cleanup, we could also clean up the cache directly without
    uploading the PR number and triggering a workflow run for cleaning.
    WeiqunZhang committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7a902c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b7ed50 View commit details
    Browse the repository at this point in the history