From 41fd366edd04a6d3827e2c8a8b0e4b54555f70c2 Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Sun, 17 Nov 2024 12:01:13 +0100 Subject: [PATCH] Disable on-failure for now --- .github/workflows/download_data.yml | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/download_data.yml b/.github/workflows/download_data.yml index f218a18..c43f368 100644 --- a/.github/workflows/download_data.yml +++ b/.github/workflows/download_data.yml @@ -38,18 +38,18 @@ jobs: automated draft: false - on-failure: - runs-on: ubuntu-latest - if: ${{ always() && (needs.download_data.result == 'failure' || needs.download_data.result == 'timed_out') }} - needs: - - download_data - steps: - - uses: actions/checkout@v4 - - name: Slack Notification - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_USERNAME: GH Actions Bot - SLACK_TITLE: Workflow ${{ needs.download_data.result }} - MSG_MINIMAL: actions url - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} - SLACK_COLOR: ${{ needs.download_data.result }} +# on-failure: +# runs-on: ubuntu-latest +# if: ${{ always() && (needs.download_data.result == 'failure' || needs.download_data.result == 'timed_out') }} +# needs: +# - download_data +# steps: +# - uses: actions/checkout@v4 +# - name: Slack Notification +# uses: rtCamp/action-slack-notify@v2 +# env: +# SLACK_USERNAME: GH Actions Bot +# SLACK_TITLE: Workflow ${{ needs.download_data.result }} +# MSG_MINIMAL: actions url +# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }} +# SLACK_COLOR: ${{ needs.download_data.result }}