Skip to content

Commit

Permalink
Jobs' names differentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrandje committed Sep 22, 2023
1 parent 742ed02 commit cf436e0
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test Python package
on: [push]

jobs:
build-linux:
testing:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint Python package
on: [push]

jobs:
build-linux:
lint-checking:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand Down

0 comments on commit cf436e0

Please sign in to comment.