8000 ci: Fix CI workflow · jbott/mkdocstrings-python@e5ccb4f · GitHub
[go: up one dir, main page]

Skip to content

Commit e5ccb4f

Browse files
committed
ci: Fix CI workflow
1 parent e639c8b commit e5ccb4f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,6 @@ jobs:
5555
- name: Check for breaking changes in the API
5656
run: make check-api
5757

58-
exclude-test-jobs:
59-
runs-on: ubuntu-latest
60-
outputs:
61-
jobs: ${{ steps.exclude-jobs.outputs.jobs }}
62-
steps:
63-
- id: exclude-jobs
64-
run: |
65-
if ${{ github.repository_owner == 'pawamoy-insiders' }}; then
66-
echo 'jobs=[
67-
{"os": "macos-latest"},
68-
{"os": "windows-latest"},
69-
{"python-version": "3.9"},
70-
{"python-version": "3.10"},
71-
{"python-version": "3.11"},
72-
{"python-version": "3.12"}
73-
]' | tr -d '[:space:]' >> $GITHUB_OUTPUT
74-
else
75-
echo 'jobs=[]' >> $GITHUB_OUTPUT
76-
fi
77-
78-
- name: Check for breaking changes in the API
79-
run: pdm run duty check-api
80-
8158
exclude-test-jobs:
8259
runs-on: ubuntu-latest
8360
outputs:

0 commit comments

Comments
 (0)
0