Skip to content

Commit 8e27aa6

Browse files
committed
Allow workflow to be run manually
1 parent 5d563a7 commit 8e27aa6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/basic-build-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Basic Build Workflow
22

33
on:
44
- pull_request
5+
- workflow_dispatch
56

67
jobs:
78
build:
@@ -18,7 +19,7 @@ jobs:
1819
with:
1920
required-ros-distributions: ${{ matrix.rosdistro }}
2021
- name: Run Tests
21-
uses: ros-tooling/action-ros-ci@v0.4.5
22+
uses: ros-tooling/action-ros-ci@0.4.5
2223
with:
2324
package-name: |
2425
velodyne

0 commit comments

Comments
 (0)