Skip to content

Commit 2f0c48d

Browse files
committed
Added humanfriendly name and comment to workflow
1 parent ce5446f commit 2f0c48d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/slow-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
include-hidden-files: true
4848

4949
runner-images:
50+
name: List Runner Images
5051
runs-on: ubuntu-24.04
5152
steps:
5253
- id: generate
@@ -60,6 +61,8 @@ jobs:
6061
runners: ${{ steps.generate.outputs.runners }}
6162

6263
Verify-pipx-Installation:
64+
# This Job verifies if pipx installation is successful on each of the
65+
# selected GitHub Runners.
6366
needs: runner-images
6467
name: Install Pipx on ${{ matrix.runner }}
6568
strategy:

0 commit comments

Comments
 (0)