29
29
downstream-ci :
30
30
name : downstream-ci
31
31
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
33
33
with :
34
34
ecbuild : ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}
35
35
codecov_upload : false
@@ -45,10 +45,10 @@ jobs:
45
45
pull-requests : write
46
46
steps :
47
47
- name : Dispatch private downstream CI
48
- uses : ecmwf-actions /dispatch-private-downstream-ci@v1
48
+ uses : ecmwf/dispatch-private-downstream-ci@v1
49
49
with :
50
50
token : ${{ secrets.GH_REPO_READ_TOKEN }}
51
- owner : ecmwf-actions
51
+ owner : ecmwf
52
52
repository : private-downstream-ci
53
53
event_type : downstream-ci
54
54
payload : ' {"ecbuild": "ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}"}'
57
57
downstream-ci-hpc :
58
58
name : downstream-ci-hpc
59
59
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
61
61
with :
62
62
ecbuild : ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}
63
63
secrets : inherit
@@ -72,10 +72,10 @@ jobs:
72
72
pull-requests : write
73
73
steps :
74
74
- name : Dispatch private downstream CI
75
- uses : ecmwf-actions /dispatch-private-downstream-ci@v1
75
+ uses : ecmwf/dispatch-private-downstream-ci@v1
76
76
with :
77
77
token : ${{ secrets.GH_REPO_READ_TOKEN }}
78
- owner : ecmwf-actions
78
+ owner : ecmwf
79
79
repository : private-downstream-ci
80
80
event_type : downstream-ci-hpc
81
81
payload : ' {"ecbuild": "ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}","skip_matrix_jobs": "nvidia-22.11"}'
91
91
# if: ${{ always() && !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
92
92
# steps:
93
93
# - name: Trigger Teams notification
94
- # uses: ecmwf-actions /notify-teams@v1
94
+ # uses: ecmwf/notify-teams@v1
95
95
# with:
96
96
# incoming_webhook: ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
97
97
# needs_context: ${{ toJSON(needs) }}
0 commit comments