Skip to content

Commit

Permalink
ci: rename result job
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 11, 2023
1 parent bcd9622 commit ee27c1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

check-docs-result:
if: ${{ always() }}
name: Check docs result
name: check-docs result
runs-on: ubuntu-latest
needs: [check-docs]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

check-result:
if: ${{ always() }}
name: Check result
name: check result
runs-on: ubuntu-latest
needs: [check]
steps:
Expand Down

0 comments on commit ee27c1f

Please sign in to comment.