Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Oct 31, 2023
1 parent 318158f commit a8b09de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-integration-db-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name: CI - DB Integration - Cloud

on:
workflow_call:
pull_request:

jobs:
database-live-integration-test:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a8b09de

Please sign in to comment.