Skip to content

Commit e1861dc

Browse files
santos1709claude
andcommitted
Update test workflow to use push trigger (workflow_dispatch requires default branch)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c3c765b commit e1861dc

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/test-lcm-pipeline.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
name: test-lcm-pipeline
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
pr_number:
6-
required: true
7-
type: string
3+
push:
4+
branches:
5+
- gsantos-grif716
86
jobs:
97
test:
108
uses: ./.github/workflows/lcm-pipeline.yaml
119
with:
1210
AUTO_MERGE: false
1311
base_branch: master
1412
deploy: true
15-
pr_number: ${{ inputs.pr_number }}
13+
pr_number: "2079"
1614
secrets: inherit
1715
permissions:
1816
contents: read

0 commit comments

Comments
 (0)