Skip to content

Commit

Permalink
remove debug deploys and add the prod one
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Dec 12, 2023
1 parent f93919b commit 03f934d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/smokeTestDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Smoke test deploy
run-name: Smoke test the deploy for ${{ inputs.deploy_env }} by @${{ github.actor }}

on:
push:
workflow_dispatch:
inputs:
deploy_env:
Expand All @@ -20,7 +19,7 @@ on:
- dev7
- pentest
workflow_run:
workflows: [ "Deploy Dev" ]
workflows: [ "Deploy Dev", " Deploy Prod" ]
types:
- completed

Expand Down

0 comments on commit 03f934d

Please sign in to comment.