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

feat: add an optional input for checkout so it can be skipped, if needed #504

Merged
merged 9 commits into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Make the checkout step optional

    It can be useful to skip the checkout if there is a prior step that does some setup. For example, a project might have a cython step that compiles some modules which should be packaged into the wheelhouse. This can be done in a prior step and then this action triggered with the checkout disabled.
    myoung301 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ebb4801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d84cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04d55c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e65929 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e66943 View commit details
    Browse the repository at this point in the history
  6. Restore reviewer-bot suggestion after tests failed again

    Tests still failed so it must be unrelated
    myoung301 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9e946c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0bafe44 View commit details
    Browse the repository at this point in the history
  8. Update action.yml

    myoung301 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    306a4cc View commit details
    Browse the repository at this point in the history
  9. Update action.yml

    myoung301 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    38e8cee View commit details
    Browse the repository at this point in the history