Skip to content

Commit

Permalink
Add workflow_dispatch trigger to GitHub Actions CI (#9)
Browse files Browse the repository at this point in the history
This allows users to trigger CI runs at any time from the GitHub Actions
UI. We don't publish anything as part of the colcon/ci run, so it's safe
to do and sometimes useful to investigate changes in our dependencies.
  • Loading branch information
cottsay authored Oct 11, 2024
1 parent 8c3c75d commit da4e9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches: ['main']
pull_request:
workflow_dispatch:

jobs:
pytest:
Expand Down

0 comments on commit da4e9bf

Please sign in to comment.