Skip to content
Merged

triiger #3703

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/pull-kyma-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
name: PR Kyma Dashboard Integration Tests Dev

on:
pull_request:
types: [ opened, edited, synchronize, reopened, ready_for_review ]
paths:
- '.github/workflows/pull-kyma-intergation-tests.yml'
- 'resources/**'
- 'tests/integration/**'
- 'nginx/**'
- 'src/**'
- 'backend/**'
- 'kyma/**'
- 'Dockerfile*'
workflow_run:
workflows: [ Busola Build ]
types:
Expand Down
2 changes: 2 additions & 0 deletions src/components/CustomResources/CustomResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export function CustomResources({
const getJsonPath = (resource, jsonPath) => {
// try catch to parse annotations to take value from resource using jsonpath
console.log('Trigger job');
console.log('Trigger job');
console.log('Trigger job');

let value;
try {
Expand Down
Loading