We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0eb0be commit 3a4cdf2Copy full SHA for 3a4cdf2
.github/workflows/vscuse-atk-docker-build.yml
@@ -180,6 +180,6 @@ jobs:
180
run: |
181
gh workflow run ui-test-vscuse-template.yml \
182
--repo ${{ github.repository }} \
183
- --ref ${{ github.ref }} \
+ --ref refs/heads/dev \
184
-f image_tag=${{ github.event.inputs.tag || 'latest' }} \
185
-f schedule_trigger=${{ github.event.inputs.run_test_cases || 'false' }}
0 commit comments