We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f3653 commit 7b4b9bbCopy full SHA for 7b4b9bb
1 file changed
.github/workflows/cd-base.yml
@@ -175,6 +175,7 @@ jobs:
175
176
cleanup-database:
177
needs: [deploy, run-integration-tests]
178
+ environment: ${{ inputs.deployment_env }}
179
runs-on: ubuntu-latest
180
if: always() && github.event.inputs.deployment_env != 'local' # run even if integration test fail
181
steps:
0 commit comments