Skip to content

Commit

Permalink
ci: disambiguate workflow jobs
Browse files Browse the repository at this point in the history
This helps setting up branch protection rules on GitHub
  • Loading branch information
mih committed Sep 20, 2024
1 parent ddc6288 commit dbf93ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '!**/tests/**.py'

jobs:
check:
check-types-pr:
runs-on: ubuntu-latest
steps:
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '!**/tests/**.py'

jobs:
check:
check-types-project:
runs-on: ubuntu-latest
steps:
- name: Setup Python
Expand Down

0 comments on commit dbf93ac

Please sign in to comment.