File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
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
19
19
with :
20
20
skip_checks : true
21
21
restrict_matrix_jobs : gnu@debian-12
22
22
build_config : .github/cd-server-config.yml
23
23
secrets : inherit
24
24
25
25
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
27
27
with :
28
28
skip_checks : true
29
29
restrict_matrix_jobs :
[email protected]
Original file line number Diff line number Diff line change 24
24
downstream-ci :
25
25
name : downstream-ci
26
26
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
28
28
with :
29
29
ecflow : ecmwf/ecflow@${{ github.event.pull_request.head.sha || github.sha }}
30
30
codecov_upload : true
34
34
downstream-ci-hpc :
35
35
name : downstream-ci-hpc
36
36
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
38
38
with :
39
39
ecflow : ecmwf/ecflow@${{ github.event.pull_request.head.sha || github.sha }}
40
40
skip_matrix_jobs : |
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
label :
10
- uses : ecmwf-actions /reusable-workflows/.github/workflows/label-pr.yml@v2
10
+ uses : ecmwf/reusable-workflows/.github/workflows/label-pr.yml@v2
Original file line number Diff line number Diff line change 17
17
# It will correctly handle addition of any new and removal of existing Git objects.
18
18
sync :
19
19
name : sync
20
- uses : ecmwf-actions /reusable-workflows/.github/workflows/sync.yml@v2
20
+ uses : ecmwf/reusable-workflows/.github/workflows/sync.yml@v2
21
21
secrets :
22
22
target_repository : ecflow/ecflow
23
23
target_username : ClonedDuck
You can’t perform that action at this time.
0 commit comments