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 build actions on pull request and on demand #56

Merged
merged 2 commits into from
Jul 27, 2023

Commits on Jul 27, 2023

  1. Add build actions on pull request and on demand

    Adds build actions: on 'pull_request'  will automatically run a build each time a PR is opened,  and on 'workflow_dispatch' which will enable a "Run workflow" button on the Actions tab
    mkhansenbot committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e5758c7 View commit details
    Browse the repository at this point in the history
  2. Add actions to build moveit2 before space_robots

    Building space_robots depends on building moveit2 first, this adds the build flow to the space_robots Docker build
    mkhansenbot committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8e0f097 View commit details
    Browse the repository at this point in the history