Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Mar 11, 2024
1 parent 273410d commit 78a3b32
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/update-dapps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

# Run the formatter so that the dapps.json file is formatted
- run: npm run format
- run: git status

# If the dapps changed, create a PR.
# This action creates a PR only if there are changes.
Expand All @@ -42,9 +43,9 @@ jobs:

# Since the this is a scheduled job, a failure won't be shown on any
# PR status. To notify the team, we send a message to our Slack channel on failure.
- name: Notify Slack on failure
uses: ./.github/actions/slack
if: ${{ failure() }}
with:
WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
MESSAGE: "Dapps update failed"
# - name: Notify Slack on failure
# uses: ./.github/actions/slack
# if: ${{ failure() }}
# with:
# WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
# MESSAGE: "Dapps update failed"

0 comments on commit 78a3b32

Please sign in to comment.