diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index 7f93da12..366535b4 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -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 }} @@ -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 }}