Skip to content

Commit 6368202

Browse files
chore: see what is going on in ci
1 parent f608df9 commit 6368202

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

.github/workflows/ci-core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
run: poetry install --all-extras
2626
- name: Run twine check
2727
run: rm -f LICENSE.txt && poetry build && poetry run twine check dist/*.tar.gz
28-
- name: Set up Docker
29-
uses: docker/setup-docker-action@v4
3028
- name: Run tests
3129
run: make core/tests
3230
- name: Rename coverage file

.github/workflows/ci-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ name: lint
55
on:
66
push:
77
branches: [main]
8+
paths: &push_paths
9+
- "**/*.py"
810
pull_request:
911
branches: [main]
12+
paths: *push_paths
1013

1114
jobs:
1215
python:

.github/workflows/docs.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/pr-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types:
66
- opened
77
- edited
8-
- synchronize
98

109
permissions:
1110
pull-requests: read

0 commit comments

Comments
 (0)