Skip to content

Commit 4c8e30c

Browse files
authored
fix: waste on CI (#8)
do not run example on push for now split type check Co-authored-by: Paul Zabelin <[email protected]>
1 parent 6d79082 commit 4c8e30c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/cat-test-examples.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: CAT
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
84
workflow_dispatch:
95

106
jobs:

.github/workflows/python-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
run: uv sync --all-extras --dev
2828

2929
- name: Run unit tests
30-
run: uv run mypy src && uv run pytest
30+
run: uv run pytest
31+
32+
- name: Type check Python code
33+
run: uv run mypy src

0 commit comments

Comments
 (0)