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]