Skip to content

Commit

Permalink
Give explicit names to alls-green jobs (acoular#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
artpelling authored Apr 30, 2024
1 parent 5be5622 commit a064d45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: gaurav-nelson/github-action-markdown-link-check@v1

alls-green:
name: Checks green?
if: always()
needs:
- linting
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
enable_jekyll: false

alls-green:
name: Docs green?
if: always()
needs:
- build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: olivernybroe/[email protected]

alls-green:
name: GitHubs green?
if: always()
needs:
- labeler
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: hatch -v run +py=3.11 tests:coverage

alls-green:
name: Tests green?
if: always()
needs:
- tests
Expand Down

0 comments on commit a064d45

Please sign in to comment.