From a8b09de586a2059fe242e40874cde5a708a6561a Mon Sep 17 00:00:00 2001 From: neelasha23 Date: Tue, 31 Oct 2023 13:15:11 +0530 Subject: [PATCH] workflow --- .github/workflows/ci-integration-db-live.yaml | 2 +- .github/workflows/ci.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci-integration-db-live.yaml b/.github/workflows/ci-integration-db-live.yaml index f40e64965..0476ef23f 100644 --- a/.github/workflows/ci-integration-db-live.yaml +++ b/.github/workflows/ci-integration-db-live.yaml @@ -6,7 +6,7 @@ name: CI - DB Integration - Cloud on: - workflow_call: + pull_request: jobs: database-live-integration-test: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15d51f176..c38470754 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,12 +71,6 @@ jobs: exit 0 fi - - integration-test-live: - needs: [preliminary] - if: needs.preliminary.outputs.check_doc_modified == 'failure' - uses: ./.github/workflows/ci-integration-db-live.yaml - secrets: inherit integration-test-non-live: needs: [preliminary]