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

Add GHA workflow stub for uploading packages #59

Merged
merged 4 commits into from
Apr 18, 2024

Commits on Apr 18, 2024

  1. Create a stub for the upload workflow

    In order to customize package uploading behavior for RAPIDS needs, start
    with a stub workflow that can be used spell out this uploading behavior.
    jakirkham committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d9d68bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b56ff16 View commit details
    Browse the repository at this point in the history
  3. Revert "Test out stub upload workflow on GHA"

    This reverts commit b56ff16.
    
    As the GHA workflow seems to work as expected, revert the changes need
    to make the test.
    jakirkham committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    827594c View commit details
    Browse the repository at this point in the history
  4. Configure workflow_run event for upload stub

    As GHA will only run the `workflow_run` event for workflows on the
    default branch, go ahead and add the event to this stub workflow. That
    way it can merged into the default branch without causing issues. We can
    then spell out this workflow in a new PR to try and get the behavior we
    want.
    jakirkham committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1234639 View commit details
    Browse the repository at this point in the history