Skip to content

Commit 6d16eea

Browse files
authored
feat: Run dev k3d tests after build (#3686)
* try * job trigger * fix * tmp * test * typo * try * try * revert some changes * triiger * triiger * fix * triiger * remove pr call * test * cleanup
1 parent 9981a64 commit 6d16eea

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/pull-kyma-integration-tests.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
name: PR Kyma Dashboard Integration Tests Dev
22

33
on:
4-
pull_request:
5-
types: [opened, edited, synchronize, reopened, ready_for_review]
6-
paths:
7-
- '.github/workflows/pull-kyma-intergation-tests.yml'
8-
- 'resources/**'
9-
- 'tests/integration/**'
10-
- 'nginx/**'
11-
- 'src/**'
12-
- 'backend/**'
13-
- 'kyma/**'
14-
- 'Dockerfile*'
4+
workflow_run:
5+
workflows: [ Busola Build ]
6+
types:
7+
- completed
158
jobs:
169
run-integration-test:
1710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)