Skip to content

Commit

Permalink
uses downstream-ci main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
antons-it committed May 8, 2024
1 parent 78c0939 commit a9d836e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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@fix-plume
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci.yml@main
with:
plume: ecmwf/plume@${{ github.event.pull_request.head.sha || github.sha }}
codecov_upload: true
Expand Down Expand Up @@ -53,7 +53,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@fix-plume
uses: ecmwf-actions/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
with:
plume: ecmwf/plume@${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit
Expand Down

0 comments on commit a9d836e

Please sign in to comment.