Skip to content

Commit

Permalink
satisfy pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jobrachem committed Mar 24, 2024
1 parent 726c4ef commit bd7e0c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
concurrency:
group: gh-${{ github.ref }}-precommit
cancel-in-progress: true


jobs:
pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
concurrency:
group: gh-${{ github.ref }}-pytest
cancel-in-progress: true


jobs:
pytest-pull:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
concurrency:
group: gh-${{ github.ref }}-pytest
cancel-in-progress: true


jobs:
pytest:
Expand Down

0 comments on commit bd7e0c8

Please sign in to comment.