Skip to content

Commit 246c47a

Browse files
josvazgs-urbaniak
andauthored
Restrict further what changes auto-trigger cloud tests (#2778)
* Restrict what changes auto trigger cloud tests * Dummy change in internal/v3 should not trigger cloud tests * Revert "Dummy change in internal/v3 should not trigger cloud tests" This reverts commit fb1169b. * fix typo Co-authored-by: Sergiusz Urbaniak <[email protected]> --------- Co-authored-by: Sergiusz Urbaniak <[email protected]>
1 parent c6303ee commit 246c47a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ jobs:
2626
# production code also includes changes to e2e and int tests,
2727
# note any other paths are covered by unit testing which run always
2828
# internal/v3 code for feature generation should not trigger old cloud tests
29+
# .github changes should not trigger cloud tests by default
2930
filters: |
3031
production-code-changed:
3132
- 'cmd/**/!(*_test.go)'
3233
- 'pkg/**/!(*_test.go)'
33-
- 'internal/**/!(*_test.go)'
34+
- 'internal/controller/**/!(*_test.go)'
3435
- 'Dockerfile'
35-
- 'test/e2e/**'
36-
- 'test/int/**'
37-
- '!internal/v3/**'
3836
# run only if 'production-code' files were changed
3937
- name: Production code changed
4038
if: steps.paths-filter.outputs.production-code-changed == 'true'

0 commit comments

Comments
 (0)