Use more descriptive name
This commit is contained in:
parent
4b4da14880
commit
c65cf47fc0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue