Skip to content

Commit 9699a1b

Browse files
authored
Merge pull request #181 from ecmwf/ecmwf-actions2ecmwf
Switch Actions organization from ecmwf-actions to ecmwf
2 parents 9ee61c3 + bbe2fd8 commit 9699a1b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/cd.yml

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

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

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

Lines changed: 1 addition & 1 deletion
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.yml

Lines changed: 7 additions & 7 deletions
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
eckit: ecmwf/eckit@${{ github.event.pull_request.head.sha || github.sha }}
3030
codecov_upload: true
@@ -43,10 +43,10 @@ jobs:
4343
pull-requests: write
4444
steps:
4545
- name: Dispatch private downstream CI
46-
uses: ecmwf-actions/dispatch-private-downstream-ci@v1
46+
uses: ecmwf/dispatch-private-downstream-ci@v1
4747
with:
4848
token: ${{ secrets.GH_REPO_READ_TOKEN }}
49-
owner: ecmwf-actions
49+
owner: ecmwf
5050
repository: private-downstream-ci
5151
event_type: downstream-ci
5252
payload: '{"eckit": "ecmwf/eckit@${{ github.event.pull_request.head.sha || github.sha }}"}'
@@ -55,7 +55,7 @@ jobs:
5555
downstream-ci-hpc:
5656
name: downstream-ci-hpc
5757
if: ${{ !github.event.pull_request.head.repo.fork && (github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci') }}
58-
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
58+
uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
5959
with:
6060
eckit: ecmwf/eckit@${{ github.event.pull_request.head.sha || github.sha }}
6161
secrets: inherit
@@ -70,10 +70,10 @@ jobs:
7070
pull-requests: write
7171
steps:
7272
- name: Dispatch private downstream CI
73-
uses: ecmwf-actions/dispatch-private-downstream-ci@v1
73+
uses: ecmwf/dispatch-private-downstream-ci@v1
7474
with:
7575
token: ${{ secrets.GH_REPO_READ_TOKEN }}
76-
owner: ecmwf-actions
76+
owner: ecmwf
7777
repository: private-downstream-ci
7878
event_type: downstream-ci-hpc
7979
payload: '{"eckit": "ecmwf/eckit@${{ github.event.pull_request.head.sha || github.sha }}"}'
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Trigger Teams notification
9191
if: failure() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
92-
uses: ecmwf-actions/notify-teams@v1
92+
uses: ecmwf/notify-teams@v1
9393
with:
9494
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
9595
needs_context: ${{ toJSON(needs) }}

.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/notify-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Notify Issues
12-
uses: ecmwf-actions/notify-teams-issue@v1
12+
uses: ecmwf/notify-teams-issue@v1
1313
with:
1414
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.github/workflows/notify-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Notify Pull Request
12-
uses: ecmwf-actions/notify-teams-pr@v1
12+
uses: ecmwf/notify-teams-pr@v1
1313
with:
1414
incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}

.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: ecsdk/eckit
2323
target_username: ClonedDuck

0 commit comments

Comments
 (0)