We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799a7c8 commit 201d0e7Copy full SHA for 201d0e7
.github/workflows/build-v2-pr.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: ./.github/workflows/v2-build-demos.yml
45
with:
46
ref: ${{ github.event.pull_request.head.sha }}
47
- demo-names: ${{ steps.changed-demos.outputs.updated }}
+ demo-names: 'gbs'
48
dev: ${{ github.event.pull_request.base.ref == 'dev' }}
49
save-artifact: true
50
artifact-name: demo-build-${{ github.event.pull_request.head.sha }}
0 commit comments