Skip to content

Commit 9225538

Browse files
committed
Trigger with workflow_dispatch only
Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
1 parent 0cecf20 commit 9225538

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/ci_dependencies_from_source.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Ubuntu CI
22

33
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- 'sdf[1-9]?[0-9]'
8-
- 'main'
4+
workflow_dispatch:
5+
inputs:
6+
vcs_repo_file_url:
7+
description: URL to vcs repo file to import into colcon workspace
8+
required: true
9+
type: string
10+
default: "${{ github.workspace }}/.github/ci/packages_up_to_sdformat.yaml"
911

1012
jobs:
1113
noble-ci:
@@ -21,7 +23,7 @@ jobs:
2123
with:
2224
package-name: sdformat
2325
target-ros2-distro: kilted
24-
vcs-repo-file-url: "${{ github.workspace }}/.github/ci/packages_up_to_sdformat.yaml"
26+
vcs-repo-file-url: "${{ inputs.vcs_repo_file_url }}"
2527
colcon-defaults: |
2628
{
2729
"build": {

0 commit comments

Comments
 (0)