File tree 1 file changed +12
-13
lines changed
1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 8
8
types : [created]
9
9
10
10
jobs :
11
- quality :
12
- if : ${{ !contains(github.repository, 'private') }}
13
- uses : ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
14
- with :
15
- skip-hooks : " no-commit-to-branch"
11
+ # quality:
12
+ # if: ${{ !contains(github.repository, 'private') }}
13
+ # uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
14
+ # with:
15
+ # skip-hooks: "no-commit-to-branch"
16
16
17
- checks :
18
- strategy :
19
- matrix :
20
- python-version : ["3.9", "3.10", "3.11", "3.12"]
21
- uses : ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
22
- with :
23
- python-version : ${{ matrix.python-version }}
17
+ # checks:
18
+ # strategy:
19
+ # matrix:
20
+ # python-version: ["3.9", "3.10", "3.11", "3.12"]
21
+ # uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-pytest-pyproject.yml@v2
22
+ # with:
23
+ # python-version: ${{ matrix.python-version }}
24
24
25
25
deploy :
26
- needs : [checks, quality]
27
26
uses : ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
28
27
secrets : inherit
You can’t perform that action at this time.
0 commit comments