Use more descriptive name

This commit is contained in:
Hynek Schlawack 2022-09-29 11:01:58 +02:00
parent 4b4da14880
commit c65cf47fc0
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 2 additions and 1 deletions

View File

@ -192,7 +192,8 @@ jobs:
- run: python -m pip install -e .[dev]
- run: python -c 'import attr; print(attr.__version__)'
check: # This job does nothing and is only used for the branch protection
# Ensure everything required is passing for branch protection.
required-checks-pass:
if: always()
needs: