File tree 1 file changed +3
-3
lines changed
sync-files/anemoi/some/.github/workflows
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow triggers tests on dependent packages.
2
- # The dependency tree itself is defined in ecmwf-actions /downstream-ci/
2
+ # The dependency tree itself is defined in ecmwf/downstream-ci/
3
3
name : Test downstream dependent packages on HPC
4
4
5
5
on :
38
38
downstream-ci :
39
39
name : downstream-ci
40
40
if : {% raw %}${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}{% endraw %}
41
- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci.yml@main
41
+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
42
42
with :
43
43
{{ repo_name }}: ecmwf/{{ repo_name }}{% raw %}@${{ github.event.pull_request.head.sha || github.sha }}{% endraw %}
44
44
codecov_upload : true
54
54
# downstream-ci-hpc:
55
55
# name: downstream-ci-hpc
56
56
# if: {% raw %}${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}{% endraw %}
57
- # uses: ecmwf-actions /downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
57
+ # uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
58
58
# with:
59
59
# {{ repo_name }}: ecmwf/{{ repo_name }}{% raw %}@${{ github.event.pull_request.head.sha || github.sha }}{% endraw %}
60
60
# secrets: inherit
You can’t perform that action at this time.
0 commit comments