We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cd74b commit 0f39ee0Copy full SHA for 0f39ee0
.github/workflows/main.yml
@@ -122,6 +122,7 @@ jobs:
122
123
- name: Get all changed content files
124
env:
125
+ CHANGED_FILES: ${{needs.decide-jobs.outputs.all-changed-files}}
126
# If changing these regexes, test them on https://regex101.com/ with the
127
# following paths (you can paste the block in and uncomment it):
128
# Add new tests if necessary
@@ -136,8 +137,6 @@ jobs:
136
137
# docs/guides/_toc.json
138
# scripts/nb-tester/example-notebook.ipynb
139
id: changed-content-files
- env:
140
- CHANGED_FILES: ${{needs.decide-jobs.outputs.all-changed-files}}
141
run: |
142
CHANGED_CONTENT_FILES=$(echo "${CHANGED_FILES[@]}" | grep -P $CONTENT_FILE_REGEX || true)
143
if [ "$CHANGED_CONTENT_FILES" != '' ]
0 commit comments