Skip to content

Commit

Permalink
Add to downstream-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Nov 10, 2024
1 parent 6aa855d commit 013d563
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "**"
paths-ignore:
- "docs/**"
- "bamboo/**"
- "README.rst"

# Trigger the workflow on pull request
Expand All @@ -27,7 +28,7 @@ jobs:
downstream-ci:
name: downstream-ci
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@add-ecbuild
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
with:
ecbuild: ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}
codecov_upload: true
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
downstream-ci-hpc:
name: downstream-ci-hpc
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@add-ecbuild
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
with:
ecbuild: ecmwf/ecbuild@${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit
Expand Down

0 comments on commit 013d563

Please sign in to comment.