We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c5ea8 commit 3b3e052Copy full SHA for 3b3e052
.github/workflows/code_layout.yml
@@ -162,18 +162,18 @@ jobs:
162
silversearcher-ag
163
164
- name: Retrieve changed files
165
- uses: tj-actions/changed-files@v42
+ uses: tj-actions/changed-files@v43
166
id: changed_files
167
with:
168
separator: " "
169
- files_ignore: |
170
- **/*.sip.in
171
- **/*.png
172
- **/*.svg
173
- **/*.tif*
174
- **/*.gpkg
175
- **/*.qgz
176
- **/*.qgs
+ # files_ignore: |
+ # **/*.sip.in
+ # **/*.png
+ # **/*.svg
+ # **/*.tif*
+ # **/*.gpkg
+ # **/*.qgz
+ # **/*.qgs
177
178
- name: Echo list
179
if: steps.changed_files.outputs.any_changed == 'true'
0 commit comments