diff --git a/.github/workflows/functional_all_db.yml b/.github/workflows/functional_all_db.yml index 15614fc8bed..b7ae6944199 100644 --- a/.github/workflows/functional_all_db.yml +++ b/.github/workflows/functional_all_db.yml @@ -1,7 +1,9 @@ -name: Functional Tests - all Databases +name: Functional Tests - All Databases on: # Manual trigger. workflow_dispatch: + pull_request_review: + types: [submitted] env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: true