diff --git a/.github/workflows/pull_request_build.yml b/.github/workflows/pull_request_build.yml index da3b638c..2ae8126f 100644 --- a/.github/workflows/pull_request_build.yml +++ b/.github/workflows/pull_request_build.yml @@ -49,7 +49,7 @@ jobs: # This is used by datacoves to drop the test database if permissions # cannot be applied when using the Datacoves permifrost security model. - DATACOVES__DROP_DB_ON_FAIL: ${{ vars.DATACOVES__DROP_DB_ON_FAIL3 }} + DATACOVES__DROP_DB_ON_FAIL: ${{ vars.DATACOVES__DROP_DB_ON_FAIL }} steps: - name: Checkout branch