Skip to content

Commit fb7ceae

Browse files
authored
add the filter for changed easystack files
1 parent b008485 commit fb7ceae

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/test-check_easystacks.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,13 @@ jobs:
3838
cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
3939
cvmfs_http_proxy: DIRECT
4040
cvmfs_repositories: software.eessi.io
41-
filters: |
42-
changed:
43-
-'easystacks/**'
44-
41+
- name: find changed easystacks
42+
uses: dorny/paths-filter@v3
43+
id: changes
44+
with:
45+
filters: |
46+
changed:
47+
-'easystacks/**'
4548
- name: Test check_missing_installations.sh script
4649
if: ${{ steps.changes.outputs.changed == 'true' }}
4750
run: |

0 commit comments

Comments
 (0)