Docker-python fix for get_ubuntu_version() (#4430)

This commit is contained in:
Glenn Jocher 2023-08-17 19:32:12 +02:00 committed by GitHub
parent 9d27e7ada4
commit 162e4035eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 8 deletions

View file

@ -85,7 +85,7 @@ jobs:
docker push ultralytics/ultralytics:${{ matrix.tags }}
- name: Notify on failure
if: github.event_name == 'push' && (cancelled() || failure())
if: github.event_name == 'push' && failure() # do not notify on cancelled() as cancelling is performed by hand
uses: slackapi/slack-github-action@v1.24.0
with:
payload: |