File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 secrets : inherit
3030 pypi :
3131 needs : [wheel-linux, wheel-macos, wheel-windows]
32- uses : ecmwf-actions /reusable-workflows/.github/workflows/cd-pypi.yml@v2
32+ uses : ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
3333 secrets : inherit
3434
Original file line number Diff line number Diff line change 2828 downstream-ci :
2929 name : downstream-ci
3030 if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
31- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci.yml@main
31+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
3232 with :
3333 eccodes-python : ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
3434 codecov_upload : true
3939 downstream-ci-hpc :
4040 name : downstream-ci-hpc
4141 if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
42- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
42+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
4343 with :
4444 eccodes-python : ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
4545 secrets : inherit
Original file line number Diff line number Diff line change 77
88jobs :
99 label :
10- uses : ecmwf-actions /reusable-workflows/.github/workflows/label-pr.yml@v2
10+ uses : ecmwf/reusable-workflows/.github/workflows/label-pr.yml@v2
Original file line number Diff line number Diff line change 1313jobs :
1414 ci-hpc :
1515 name : ci-hpc
16- uses : ecmwf-actions /reusable-workflows/.github/workflows/ci-hpc.yml@v2
16+ uses : ecmwf/reusable-workflows/.github/workflows/ci-hpc.yml@v2
1717 with :
1818 name-prefix : eccodes-python-
1919 build-inputs : |
Original file line number Diff line number Diff line change 1717 # It will correctly handle addition of any new and removal of existing Git objects.
1818 sync :
1919 name : sync
20- uses : ecmwf-actions /reusable-workflows/.github/workflows/sync.yml@v2
20+ uses : ecmwf/reusable-workflows/.github/workflows/sync.yml@v2
2121 secrets :
2222 target_repository : eccodes/eccodes-python
2323 target_username : ClonedDuck
You can’t perform that action at this time.
0 commit comments