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 fec39b1 commit 85618bdCopy full SHA for 85618bd
.github/workflows/run-examples-prep.yml
@@ -84,6 +84,11 @@ jobs:
84
if: ${{ env.early-stop == 'false' }}
85
shell: bash
86
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
92
- name: View Run Examples config
93
94
0 commit comments