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

Fix resource utilization check in the CI #1033

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Fix resource utilization check in the CI

    Our CI workflows work by checking out the code from branch `gh-pages` to
    retrieve benchmark results from previous commits and compare them to values
    in the current run. However, the resource utilization check was done
    after the benchmark result check which already has pulled in the branch
    `gh-pages` resulting in errors because the branch already exists. This
    change fixes that.
    
    Signed-off-by: Monthon Klongklaew <monthonk@amazon.com>
    monthonk committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7d65bb2 View commit details
    Browse the repository at this point in the history