Skip to content

Commit 5a04723

Browse files
committed
Switch actions org from ecmwf-actions to ecmwf
1 parent 0f3621b commit 5a04723

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ on:
1515

1616
jobs:
1717
deploy-server:
18-
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
18+
uses: ecmwf/reusable-workflows/.github/workflows/create-package.yml@v2
1919
with:
2020
skip_checks: true
2121
restrict_matrix_jobs: gnu@debian-12
2222
build_config: .github/cd-server-config.yml
2323
secrets: inherit
2424

2525
deploy-ui:
26-
uses: ecmwf-actions/reusable-workflows/.github/workflows/create-package.yml@v2
26+
uses: ecmwf/reusable-workflows/.github/workflows/create-package.yml@v2
2727
with:
2828
skip_checks: true
2929
restrict_matrix_jobs: [email protected]

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
downstream-ci:
2525
name: downstream-ci
2626
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
27-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
27+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
2828
with:
2929
ecflow: ecmwf/ecflow@${{ github.event.pull_request.head.sha || github.sha }}
3030
codecov_upload: true
@@ -34,7 +34,7 @@ jobs:
3434
downstream-ci-hpc:
3535
name: downstream-ci-hpc
3636
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
37-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
37+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
3838
with:
3939
ecflow: ecmwf/ecflow@${{ github.event.pull_request.head.sha || github.sha }}
4040
skip_matrix_jobs: |

.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/sync.yml

+1-1
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: ecflow/ecflow
2323
target_username: ClonedDuck

0 commit comments

Comments
 (0)