We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7ceae commit c4b39d3Copy full SHA for c4b39d3
.github/workflows/test-check_easystacks.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
filters: |
46
changed:
47
- -'easystacks/**'
+ - 'easystacks/**'
48
- name: Test check_missing_installations.sh script
49
if: ${{ steps.changes.outputs.changed == 'true' }}
50
run: |
0 commit comments