Skip to content

Commit 3633404

Browse files
committed
revert some changes
1 parent e23c16a commit 3633404

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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+
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*'
1515
workflow_run:
1616
workflows: [ Busola Build ]
1717
types:

src/components/CustomResources/CustomResources.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export function CustomResources({
2828

2929
const getJsonPath = (resource, jsonPath) => {
3030
// try catch to parse annotations to take value from resource using jsonpath
31-
console.log('Trigger job');
3231
let value;
3332
try {
3433
value =

0 commit comments

Comments
 (0)