We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607960b commit 163c2ccCopy full SHA for 163c2cc
1 file changed
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
downstream-ci:
25
name: downstream-ci
26
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
27
- uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
+ uses: ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@feature/stack-dependencies
28
with:
29
eckit: ecmwf/eckit@${{ github.event.pull_request.head.sha || github.sha }}
30
codecov_upload: true
0 commit comments