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

Change actions billing structs to maps #2597

Merged
merged 2 commits into from Dec 26, 2022

Commits on Dec 14, 2022

  1. Change actions billing structs to maps

    Fixes google#2595.
    
    The structs hardcode the three machine types that Github Actions
    supported until recently. However, we now have a lot more different
    types of machines, with the potential for more to be added at any time.
    Using maps instead of structs will allow us to transparently support
    more machine classes in the future.
    James Turley committed Dec 14, 2022
    Copy the full SHA
    5b2e965 View commit details
    Browse the repository at this point in the history
  2. Additional doc comments for billing map keys

    James Turley committed Dec 14, 2022
    Copy the full SHA
    f231951 View commit details
    Browse the repository at this point in the history