We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008485 commit fb7ceaeCopy full SHA for fb7ceae
.github/workflows/test-check_easystacks.yml
@@ -38,10 +38,13 @@ jobs:
38
cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb
39
cvmfs_http_proxy: DIRECT
40
cvmfs_repositories: software.eessi.io
41
- filters: |
42
- changed:
43
- -'easystacks/**'
44
-
+ - name: find changed easystacks
+ uses: dorny/paths-filter@v3
+ id: changes
+ with:
45
+ filters: |
46
+ changed:
47
+ -'easystacks/**'
48
- name: Test check_missing_installations.sh script
49
if: ${{ steps.changes.outputs.changed == 'true' }}
50
run: |
0 commit comments