Skip to content

Commit

Permalink
kick for a fresh deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Dec 15, 2023
1 parent 0af5696 commit 5703bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smokeTestDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
NODE_VERSION: 18
DEPLOY_ENV: dev7
DEPLOY_ENV: dev6

jobs:
smoke-test-front-and-back-end:
Expand All @@ -36,7 +36,7 @@ jobs:
slack_alert:
runs-on: ubuntu-latest
if: failure()
needs: [smoke-test-front-and-back-end]
needs: [ smoke-test-front-and-back-end ]
steps:
- uses: actions/checkout@v4
- name: Send alert to Slack
Expand Down

0 comments on commit 5703bba

Please sign in to comment.