Skip to content

Commit f61e29b

Browse files
committed
Skip alert on error
1 parent ef27d5c commit f61e29b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/changesets.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
# WORKERS_SHARED_SENTRY_AUTH_TOKEN: ${{ secrets.WORKERS_SHARED_SENTRY_AUTH_TOKEN }}
7070
# VSCE_PAT: ${{ secrets.VSCE_PAT }}
7171

72-
- name: Send Alert
73-
if: always()
74-
run: node -r esbuild-register tools/deployments/alert-on-error.ts
75-
env:
76-
PUBLISH_STATUS: ${{ steps.changesets.outcome }}
77-
DEPLOYMENT_STATUS: ${{ steps.deploy.outputs.status }}
78-
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
79-
TOKEN: ${{ secrets.STATUS_BOT_SECRET }}
72+
# - name: Send Alert
73+
# if: always()
74+
# run: node -r esbuild-register tools/deployments/alert-on-error.ts
75+
# env:
76+
# PUBLISH_STATUS: ${{ steps.changesets.outcome }}
77+
# DEPLOYMENT_STATUS: ${{ steps.deploy.outputs.status }}
78+
# RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
79+
# TOKEN: ${{ secrets.STATUS_BOT_SECRET }}

0 commit comments

Comments
 (0)