Skip to content

Commit d26d2ac

Browse files
committed
Give job a name
1 parent b5900c6 commit d26d2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ jobs:
177177
- run: python -Im pip install -e .[dev]
178178
- run: python -Ic 'import structlog; print(structlog.__version__)'
179179

180-
# Ensure everything required is passing for branch protection.
181180
required-checks-pass:
181+
name: Ensure everything required is passing for branch protection
182182
if: always()
183183

184184
needs:

0 commit comments

Comments
 (0)