Skip to content

Commit 85618bd

Browse files
committed
Add patch yaml step
1 parent fec39b1 commit 85618bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
if: ${{ env.early-stop == 'false' }}
8585
shell: bash
8686
run: pip list
87+
- name: Patch tests/test_examples_run.yaml check with modified files
88+
if: ${{ env.early-stop == 'false' }}
89+
shell: bash
90+
run: |
91+
yq -i '.check = (${{ steps.changed-pdl-files.outputs.all_changed_files }})' tests/test_examples_run.yaml
8792
- name: View Run Examples config
8893
if: ${{ env.early-stop == 'false' }}
8994
shell: bash

0 commit comments

Comments
 (0)