diff --git a/.github/workflows/update-sns-aggregator-response.yml b/.github/workflows/update-sns-aggregator-response.yml index 5b15628dfb..b0a16ad4df 100644 --- a/.github/workflows/update-sns-aggregator-response.yml +++ b/.github/workflows/update-sns-aggregator-response.yml @@ -60,7 +60,7 @@ jobs: - name: Notify Slack on failure # 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. - uses: dfinity/internet-identity/.github/actions/slack@release-2023-08-28 + # uses: dfinity/internet-identity/.github/actions/slack@release-2023-08-28 if: ${{ failure() }} run: echo "🤦‍♂️ SNS aggregator response update failed" #with: