Skip to content

Commit b1ef05e

Browse files
committed
GitHub actions: Use ecmwf rather than ecmwf-actions
1 parent e80850e commit b1ef05e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/label-public-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
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

.github/workflows/reusable-ci-hpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
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: |

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

0 commit comments

Comments
 (0)