Skip to content

Commit

Permalink
Disable dev deploy slack notify
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Sep 25, 2024
1 parent a8ddf32 commit 08ada0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
script_build: pnpm web build:mainnet
dist_path: apps/web/dist
enable_notify_comment: true
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helix-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

Expand All @@ -46,6 +46,6 @@ jobs:
script_build: pnpm web build:testnet
dist_path: apps/web/dist
enable_notify_comment: true
enable_notify_slack: true
enable_notify_slack: false
slack_channel: helix-ui
slack_webhook: ${{ secrets.SLACK_INCOMING_WEBHOOK_URL }}

0 comments on commit 08ada0f

Please sign in to comment.