Skip to content

Commit 3b3e052

Browse files
update action
1 parent c6c5ea8 commit 3b3e052

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/code_layout.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,18 @@ jobs:
162162
silversearcher-ag
163163
164164
- name: Retrieve changed files
165-
uses: tj-actions/changed-files@v42
165+
uses: tj-actions/changed-files@v43
166166
id: changed_files
167167
with:
168168
separator: " "
169-
files_ignore: |
170-
**/*.sip.in
171-
**/*.png
172-
**/*.svg
173-
**/*.tif*
174-
**/*.gpkg
175-
**/*.qgz
176-
**/*.qgs
169+
# files_ignore: |
170+
# **/*.sip.in
171+
# **/*.png
172+
# **/*.svg
173+
# **/*.tif*
174+
# **/*.gpkg
175+
# **/*.qgz
176+
# **/*.qgs
177177

178178
- name: Echo list
179179
if: steps.changed_files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)