Skip to content

Commit 3a4cdf2

Browse files
authored
test: change the test pipeline trigger condition (#15423)
1 parent c0eb0be commit 3a4cdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscuse-atk-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ jobs:
180180
run: |
181181
gh workflow run ui-test-vscuse-template.yml \
182182
--repo ${{ github.repository }} \
183-
--ref ${{ github.ref }} \
183+
--ref refs/heads/dev \
184184
-f image_tag=${{ github.event.inputs.tag || 'latest' }} \
185185
-f schedule_trigger=${{ github.event.inputs.run_test_cases || 'false' }}

0 commit comments

Comments
 (0)