Skip to content

Commit b87f3b0

Browse files
committed
Remove Notify step
1 parent b43db51 commit b87f3b0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
env:
4141
CI: true
4242

43-
- name: Notify
44-
uses: homoluctus/slatify@master
45-
if: github.ref == 'refs/heads/main' && failure()
46-
with:
47-
type: ${{ job.status }}
48-
job_name: "*Build*"
49-
url: ${{ secrets.SLACK_NOTIFY }}
50-
commit: true
51-
token: ${{ secrets.GITHUB_TOKEN }}
52-
5343
# Assuming all that went fine (and it's main): deploy!
5444
deploy:
5545
# Setup
@@ -87,12 +77,3 @@ jobs:
8777
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
8878
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8979

90-
- name: Notify
91-
uses: homoluctus/slatify@master
92-
if: always()
93-
with:
94-
type: ${{ job.status }}
95-
job_name: "*Publish*"
96-
url: ${{ secrets.SLACK_NOTIFY }}
97-
commit: true
98-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)