Skip to content

Commit

Permalink
chore: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 20, 2023
1 parent 040e05a commit c3684e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: make lint

doc:
name: Doc
name: Check documentation
runs-on: ubuntu-latest
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:

jobs:
go-bindings:
name: Go bindings
name: Check go bindings
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c3684e9

Please sign in to comment.