Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Disalbe discord hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 12, 2023
1 parent c208572 commit fcbd339
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 139 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/ecosystem-ci-selected.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/ecosystem-ci.yml

This file was deleted.

16 changes: 8 additions & 8 deletions .github/workflows/swc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
--${{ inputs.version }}
${{ inputs.suite }}
id: ecosystem-ci-run
- if: always()
run: pnpm tsx discord-webhook.ts
env:
WORKFLOW_NAME: ci-selected
SUITE: ${{ inputs.suite }}
STATUS: ${{ job.status }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - if: always()
# run: pnpm tsx discord-webhook.ts
# env:
# WORKFLOW_NAME: ci-selected
# SUITE: ${{ inputs.suite }}
# STATUS: ${{ job.status }}
# DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fcbd339

Please sign in to comment.