File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ build :
2
+ python : ' 3.10'
3
+ modules :
4
+ - ninja
5
+ dependencies :
6
+ - ecmwf/ecbuild@develop
7
+ - ecmwf/eccodes@develop
8
+ parallel : 64
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
eccodes-python : ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
30
30
secrets : inherit
31
31
32
- # Build and test this packcage on HPC
33
- ci-hpc :
34
- name : ci-hpc
32
+ # Build downstream packages on HPC
33
+ downstream- ci-hpc :
34
+ name : downstream- ci-hpc
35
35
if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
36
- uses : ./ .github/workflows/reusable -ci-hpc.yml
36
+ uses : ecmwf-actions/downstream-ci/ .github/workflows/downstream -ci-hpc.yml@main
37
37
with :
38
38
eccodes-python : ecmwf/eccodes-python@${{ github.event.pull_request.head.sha || github.sha }}
39
39
secrets : inherit
You can’t perform that action at this time.
0 commit comments