Skip to content

Commit 46b3f04

Browse files
committed
Do not cloud test v2 changes
1 parent f5a2148 commit 46b3f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud-tests-filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- 'Dockerfile'
3535
- 'test/e2e/**'
3636
- 'test/int/**'
37-
- 'internal/!v3/**'
37+
- '!internal/v3/**'
3838
# run only if 'production-code' files were changed
3939
- name: Production code changed
4040
if: steps.paths-filter.outputs.production-code-changed == 'true'

0 commit comments

Comments
 (0)