Skip to content

Commit af9ecf3

Browse files
committed
fix/tests
1 parent a09cafa commit af9ecf3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Pytest (Ubuntu & Windows)
22
on:
33
push:
4-
branches: [ main ]
54
pull_request:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '0 0 * * *'
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
611
jobs:
712
tests:
813
name: pytest - ${{ matrix.os }} - py${{ matrix.python-version }}

0 commit comments

Comments
 (0)