Skip to content

Commit e37ce5e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8b9c877 commit e37ce5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
pull_request: {}
77

88
concurrency:
9-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
10-
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
9+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1111

1212
jobs:
1313
pytest:

0 commit comments

Comments
 (0)