Skip to content

Commit

Permalink
ci: remove slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
svenadlung committed Mar 27, 2023
1 parent 00aad1f commit 4b81532
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,6 @@ jobs:
id: lint
run: npm run lint

- name: Send Slack notifications
uses: act10ns/slack@v2
if: failure()
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#tiptap-notifications'

test:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -136,14 +128,6 @@ jobs:
path: tests/cypress/videos
retention-days: 7

- name: Send Slack notifications
uses: act10ns/slack@v2
if: failure()
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#tiptap-notifications'

build:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -181,11 +165,3 @@ jobs:
- name: Try to build the packages
id: build-packages
run: npm run build:ci

- name: Send Slack notifications
uses: act10ns/slack@v2
if: failure()
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
channel: '#tiptap-notifications'

0 comments on commit 4b81532

Please sign in to comment.