Skip to content

Commit 1a17b37

Browse files
test_by_env_change
1 parent 133865a commit 1a17b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
name: Notify deployment status
346346
runs-on: ubuntu-latest
347347
needs: [ deploy-service, run-migrations ]
348-
if: ${{ !cancelled() && inputs.environment == 'production' }}
348+
if: ${{ !cancelled() && inputs.environment == 'sandbox-alpha' }}
349349
steps:
350350
- name: Notify deployment success
351351
if: ${{ needs.deploy-service.result == 'success' }}

0 commit comments

Comments
 (0)