Skip to content

Commit 45f6792

Browse files
committed
Switch actions org from ecmwf-actions to ecmwf
1 parent 4c58f71 commit 45f6792

6 files changed

+7
-7
lines changed

.github/workflows/cd-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
pypi:
10-
uses: ecmwf-actions/reusable-workflows/.github/workflows/cd-pypi.yml@v2
10+
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
1111
secrets: inherit

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
downstream-ci:
3434
name: downstream-ci
3535
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
36-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
36+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
3737
with:
3838
earthkit-meteo: ecmwf/earthkit-meteo@${{ github.event.pull_request.head.sha || github.sha }}
3939
codecov_upload: true
@@ -44,7 +44,7 @@ jobs:
4444
downstream-ci-hpc:
4545
name: downstream-ci-hpc
4646
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
47-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
47+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
4848
with:
4949
earthkit-meteo: ecmwf/earthkit-meteo@${{ github.event.pull_request.head.sha || github.sha }}
5050
secrets: inherit

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

+1-1
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/notify-new-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Notify new issue
13-
uses: ecmwf-actions/notify-teams-issue@v1
13+
uses: ecmwf/notify-teams-issue@v1
1414
with:
1515
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.github/workflows/notify-new-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Notify new PR
13-
uses: ecmwf-actions/notify-teams-pr@v1
13+
uses: ecmwf/notify-teams-pr@v1
1414
with:
1515
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.github/workflows/python-pill-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
quality:
10-
uses: ecmwf-actions/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
10+
uses: ecmwf/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
1111
with:
1212
skip-hooks: "no-commit-to-branch"

0 commit comments

Comments
 (0)