Skip to content

Commit 7b4b9bb

Browse files
committed
feat: Added environment
1 parent 26f3653 commit 7b4b9bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd-base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175

176176
cleanup-database:
177177
needs: [deploy, run-integration-tests]
178+
environment: ${{ inputs.deployment_env }}
178179
runs-on: ubuntu-latest
179180
if: always() && github.event.inputs.deployment_env != 'local' # run even if integration test fail
180181
steps:

0 commit comments

Comments
 (0)