Skip to content

Commit

Permalink
chore(gpu): disable slack notification for fast h100 test success
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Sep 20, 2024
1 parent bf613f3 commit 01f3a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu_fast_h100_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
name: Slack Notification
needs: [ setup-instance, cuda-tests-linux ]
runs-on: ubuntu-latest
if: ${{ always() && needs.cuda-tests-linux.result != 'skipped' }}
if: ${{ always() && needs.cuda-tests-linux.result != 'skipped' && failure() }}
continue-on-error: true
steps:
- name: Send message
Expand Down

0 comments on commit 01f3a6d

Please sign in to comment.