From 78a3b32d56f7241a5d735b570ab269488a72488e Mon Sep 17 00:00:00 2001 From: Frederik Rothenberger Date: Mon, 11 Mar 2024 12:44:13 +0100 Subject: [PATCH] wip --- .github/workflows/update-dapps.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-dapps.yml b/.github/workflows/update-dapps.yml index ecc0f7e863..97905a8e59 100644 --- a/.github/workflows/update-dapps.yml +++ b/.github/workflows/update-dapps.yml @@ -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. @@ -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"