Skip to content

Commit 743f858

Browse files
committed
Revert "feat: Run dev k3d tests after build (#3686)"
This reverts commit 6d16eea.
1 parent e95eba8 commit 743f858

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

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

33
on:
4-
workflow_run:
5-
workflows: [ Busola Build ]
6-
types:
7-
- completed
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*'
815
jobs:
916
run-integration-test:
1017
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)