We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca403a commit 5af1e8cCopy full SHA for 5af1e8c
1 file changed
.github/workflows/ci-testing.yml
@@ -149,7 +149,7 @@ jobs:
149
steps:
150
- name: Check for failure and notify
151
if: (needs.Benchmarks.result == 'failure' || needs.Tests.result == 'failure' || needs.Benchmarks.result == 'cancelled' || needs.Tests.result == 'cancelled') && github.repository == 'ultralytics/yolov5' && (github.event_name == 'schedule' || github.event_name == 'push') && github.run_attempt == '1'
152
- uses: slackapi/slack-github-action@v3.0.1
+ uses: slackapi/slack-github-action@v3.0.2
153
with:
154
webhook-type: incoming-webhook
155
webhook: ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
0 commit comments