Skip to content

Commit 2f154a8

Browse files
authored
Merge pull request #87 from ecmwf/ecmwf-actions2ecmwf
Switch Actions organization from ecmwf-actions to ecmwf
2 parents e9c6dd2 + ddf3ac3 commit 2f154a8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/check-release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
check_version:
11-
uses: ecmwf-actions/reusable-workflows/.github/workflows/check-release-version.yml@v2
11+
uses: ecmwf/reusable-workflows/.github/workflows/check-release-version.yml@v2

.github/workflows/ci-single.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# We skip jobs that will result in duplicate artifacts, since the code does not depend on the compiler.
2323
ci:
2424
name: ci
25-
uses: ecmwf-actions/reusable-workflows/.github/workflows/ci.yml@v2
25+
uses: ecmwf/reusable-workflows/.github/workflows/ci.yml@v2
2626
with:
2727
skip_matrix_jobs: |
2828

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
downstream-ci:
3030
name: downstream-ci
3131
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
32-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
32+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
3333
with:
3434
ecbuild: ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}
3535
codecov_upload: false
@@ -45,10 +45,10 @@ jobs:
4545
pull-requests: write
4646
steps:
4747
- name: Dispatch private downstream CI
48-
uses: ecmwf-actions/dispatch-private-downstream-ci@v1
48+
uses: ecmwf/dispatch-private-downstream-ci@v1
4949
with:
5050
token: ${{ secrets.GH_REPO_READ_TOKEN }}
51-
owner: ecmwf-actions
51+
owner: ecmwf
5252
repository: private-downstream-ci
5353
event_type: downstream-ci
5454
payload: '{"ecbuild": "ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}"}'
@@ -57,7 +57,7 @@ jobs:
5757
downstream-ci-hpc:
5858
name: downstream-ci-hpc
5959
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
60-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
60+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
6161
with:
6262
ecbuild: ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}
6363
secrets: inherit
@@ -72,10 +72,10 @@ jobs:
7272
pull-requests: write
7373
steps:
7474
- name: Dispatch private downstream CI
75-
uses: ecmwf-actions/dispatch-private-downstream-ci@v1
75+
uses: ecmwf/dispatch-private-downstream-ci@v1
7676
with:
7777
token: ${{ secrets.GH_REPO_READ_TOKEN }}
78-
owner: ecmwf-actions
78+
owner: ecmwf
7979
repository: private-downstream-ci
8080
event_type: downstream-ci-hpc
8181
payload: '{"ecbuild": "ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}","skip_matrix_jobs": "nvidia-22.11"}'
@@ -91,7 +91,7 @@ jobs:
9191
# if: ${{ always() && !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
9292
# steps:
9393
# - name: Trigger Teams notification
94-
# uses: ecmwf-actions/notify-teams@v1
94+
# uses: ecmwf/notify-teams@v1
9595
# with:
9696
# incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
9797
# needs_context: ${{ toJSON(needs) }}

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# It will correctly handle addition of any new and removal of existing Git objects.
2323
sync:
2424
name: sync
25-
uses: ecmwf-actions/reusable-workflows/.github/workflows/sync.yml@v1
25+
uses: ecmwf/reusable-workflows/.github/workflows/sync.yml@v1
2626
secrets:
2727
target_repository: ecsdk/ecbuild
2828
target_username: ClonedDuck

0 commit comments

Comments
 (0)