Skip to content

Commit ae18924

Browse files
committed
upd
1 parent 7af6da3 commit ae18924

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
- main
1010

1111
jobs:
12-
# todo
13-
xxx_tests:
12+
short_tests:
1413
runs-on: ubuntu-latest
1514
if: github.event_name == 'pull_request'
1615
strategy:
@@ -32,10 +31,10 @@ jobs:
3231
run: |
3332
make run_short_tests
3433
35-
# todo
36-
short_tests:
34+
all_tests:
3735
runs-on: ubuntu-latest
38-
if: github.event_name == 'push'
36+
# todo put back 'push'
37+
if: github.event_name == 'pull_request'
3938
strategy:
4039
matrix:
4140
python-version: ["3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)