8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e639c8b commit e5ccb4fCopy full SHA for e5ccb4f
.github/workflows/ci.yml
@@ -55,29 +55,6 @@ jobs:
55
- name: Check for breaking changes in the API
56
run: make check-api
57
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
81
exclude-test-jobs:
82
runs-on: ubuntu-latest
83
outputs:
0 commit comments