RobotLocomotion / drake-external-examples

Examples of how to use Drake in your own project.
https://drake.mit.edu/
MIT No Attribution
106 stars 50 forks source link

Cancel previous CI runs when new commits are added to pull requests #261

Closed williamjallen closed 1 year ago

williamjallen commented 1 year ago

GitHub Actions running for previous commits will now be halted when new commits are pushed to a pull request. All runs should continue normally when pushing to main.


This change is Reviewable