Skip to content

Commit

Permalink
ci: remove slack notifications (#3898)
Browse files Browse the repository at this point in the history
* ci: remove slack notifications

* clean up envs
  • Loading branch information
svenadlung authored Mar 28, 2023
1 parent 1fcd862 commit 46af2e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
lint:
runs-on: ubuntu-latest

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

strategy:
matrix:
node-version: [16]
Expand Down Expand Up @@ -65,9 +62,6 @@ jobs:
test:
runs-on: ubuntu-latest

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

strategy:
matrix:
node-version: [16]
Expand Down Expand Up @@ -133,9 +127,6 @@ jobs:

needs: lint

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

strategy:
matrix:
node-version: [16]
Expand Down

0 comments on commit 46af2e0

Please sign in to comment.