Skip to content

Commit 539e4f9

Browse files
ilia-medvedev-codefreshATGardner
authored andcommitted
feat(conponent-tests): add release branches to pipeline trigger (#684)
1 parent 6f53cf1 commit 539e4f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/component-test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on:
88
paths-ignore:
99
- "*.md"
1010
- charts/**
11+
- 'stable/*'
12+
- 'monthly/*'
1113
pull_request:
1214
branches:
1315
- main
1416
paths-ignore:
1517
- "*.md"
1618
- charts/**
19+
- 'stable/*'
20+
- 'monthly/*'
1721

1822
jobs:
1923
component-test:
@@ -68,7 +72,7 @@ jobs:
6872
helm repo add gitea-charts https://dl.gitea.com/charts/
6973
helm repo add mockserver https://www.mock-server.com
7074
71-
75+
7276
- name: Run KUTTL tests
7377
run: |
74-
cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml
78+
cd tests/component-tests && ./../../bin/kuttl test --parallel 1 --start-kind=false --namespace e2e-test --config startup.yaml

0 commit comments

Comments
 (0)