Skip to content

Commit c4b39d3

Browse files
authored
fix syntax of yml file
1 parent fb7ceae commit c4b39d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-check_easystacks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
filters: |
4646
changed:
47-
-'easystacks/**'
47+
- 'easystacks/**'
4848
- name: Test check_missing_installations.sh script
4949
if: ${{ steps.changes.outputs.changed == 'true' }}
5050
run: |

0 commit comments

Comments
 (0)