Skip to content

Commit

Permalink
Gate preview image validation on example execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrenkov committed Oct 3, 2023
1 parent c9935dc commit 385c368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ jobs:
# One the assets in QML are centralized with proper naming convention, this step can be removed
# and the validation can be done with `validate-demo-metadata.yml` workflow.
- name: Validate metadata previewImages
if: inputs.skip_execution_of_examples == false
run: |
metadata_files=()
input_demos_to_build=$(jq -r '[.[].name]|join(" ")' ${{ steps.worker_tasks.outputs.file_name }})
Expand Down

0 comments on commit 385c368

Please sign in to comment.