Skip to content

Commit 7cb8c70

Browse files
committed
fix: correct comment and formatting in paths-filter step for detecting changes in trino/gateway files
1 parent dde04e7 commit 7cb8c70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939
# Detect changes in trino/gatway files to conditionally run tests
40-
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
41-
name: Get changed related files
40+
- name: Get changed related files
41+
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
4242
id: filter
4343
with:
4444
filters: |
4545
trino:
4646
- 'charts/trino/**'
47-
- 'tests/trino/**''
47+
- 'tests/trino/**'
4848
- '.helmignore'
4949
- '.github/**'
5050
- '.gitignore'

0 commit comments

Comments
 (0)