Skip to content

Commit

Permalink
Merge pull request #75 from ecmwf-actions/ecflow-main
Browse files Browse the repository at this point in the history
ecflow and ecflow-light to use main as stable branches
  • Loading branch information
iainrussell authored Dec 6, 2024
2 parents 65a08ad + 1cb09f7 commit 9442e23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream-ci-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ jobs:
ecmwf/ecflow:
path: .github/ci-hpc-config.yml
python: false
master_branch: master
master_branch: main
develop_branch: develop
input: ${{ steps.prepare-inputs.outputs.ecflow }}
optional_matrix:
Expand All @@ -465,7 +465,7 @@ jobs:
ecmwf/ecflow-light:
path: .github/ci-hpc-config.yml
python: false
master_branch: master
master_branch: main
develop_branch: develop
input: ${{ steps.prepare-inputs.outputs.ecflow-light }}
optional_matrix: null
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downstream-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ jobs:
ecmwf/ecflow:
path: .github/ci-config.yml
python: false
master_branch: master
master_branch: main
develop_branch: develop
input: ${{ steps.prepare-inputs.outputs.ecflow }}
optional_matrix:
Expand All @@ -483,7 +483,7 @@ jobs:
ecmwf/ecflow-light:
path: .github/ci-config.yml
python: false
master_branch: master
master_branch: main
develop_branch: develop
input: ${{ steps.prepare-inputs.outputs.ecflow-light }}
optional_matrix: null
Expand Down
2 changes: 2 additions & 0 deletions dependency_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ eccodes-python:

ecflow:
type: cmake
master_branch: main
deps:
- ecbuild
optional_matrix:
Expand All @@ -215,6 +216,7 @@ ecflow:

ecflow-light:
type: cmake
master_branch: main
deps:
- eckit

Expand Down

0 comments on commit 9442e23

Please sign in to comment.