Skip to content

Commit

Permalink
Remove Notify step
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed Jun 6, 2024
1 parent b43db51 commit b87f3b0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ jobs:
env:
CI: true

- name: Notify
uses: homoluctus/slatify@master
if: github.ref == 'refs/heads/main' && failure()
with:
type: ${{ job.status }}
job_name: "*Build*"
url: ${{ secrets.SLACK_NOTIFY }}
commit: true
token: ${{ secrets.GITHUB_TOKEN }}

# Assuming all that went fine (and it's main): deploy!
deploy:
# Setup
Expand Down Expand Up @@ -87,12 +77,3 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Notify
uses: homoluctus/slatify@master
if: always()
with:
type: ${{ job.status }}
job_name: "*Publish*"
url: ${{ secrets.SLACK_NOTIFY }}
commit: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b87f3b0

Please sign in to comment.