2525 downstream-ci :
2626 name : downstream-ci
2727 if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
28- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci.yml@main
28+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
2929 with :
3030 atlas : ecmwf/atlas@${{ github.event.pull_request.head.sha || github.sha }}
3131 secrets : inherit
@@ -40,10 +40,10 @@ jobs:
4040 pull-requests : write
4141 steps :
4242 - name : Dispatch private downstream CI
43- uses : ecmwf-actions /dispatch-private-downstream-ci@v1
43+ uses : ecmwf/dispatch-private-downstream-ci@v1
4444 with :
4545 token : ${{ secrets.GH_REPO_READ_TOKEN }}
46- owner : ecmwf-actions
46+ owner : ecmwf
4747 repository : private-downstream-ci
4848 event_type : downstream-ci
4949 payload : ' {"atlas": "ecmwf/atlas@${{ github.event.pull_request.head.sha || github.sha }}"}'
5252 downstream-ci-hpc :
5353 name : downstream-ci-hpc
5454 if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
55- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
55+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
5656 with :
5757 atlas : ecmwf/atlas@${{ github.event.pull_request.head.sha || github.sha }}
5858 secrets : inherit
@@ -67,10 +67,10 @@ jobs:
6767 pull-requests : write
6868 steps :
6969 - name : Dispatch private downstream CI
70- uses : ecmwf-actions /dispatch-private-downstream-ci@v1
70+ uses : ecmwf/dispatch-private-downstream-ci@v1
7171 with :
7272 token : ${{ secrets.GH_REPO_READ_TOKEN }}
73- owner : ecmwf-actions
73+ owner : ecmwf
7474 repository : private-downstream-ci
7575 event_type : downstream-ci-hpc
7676 payload : ' {"atlas": "ecmwf/atlas@${{ github.event.pull_request.head.sha || github.sha }}"}'
8686 if : ${{ always() && !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
8787 steps :
8888 - name : Trigger Teams notification
89- uses : ecmwf-actions /notify-teams@v1
89+ uses : ecmwf/notify-teams@v1
9090 with :
9191 incoming_webhook : ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
9292 needs_context : ${{ toJSON(needs) }}
0 commit comments