Skip to content

Commit 7cc5ef8

Browse files
authored
Update downstream-ci-hpc.yml
1 parent 9bd6670 commit 7cc5ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sync-files/anemoi/some/.github/workflows/downstream-ci-hpc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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/
33
name: Test downstream dependent packages on HPC
44

55
on:
@@ -38,7 +38,7 @@ jobs:
3838
downstream-ci:
3939
name: downstream-ci
4040
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
4242
with:
4343
{{ repo_name }}: ecmwf/{{ repo_name }}{% raw %}@${{ github.event.pull_request.head.sha || github.sha }}{% endraw %}
4444
codecov_upload: true
@@ -54,7 +54,7 @@ jobs:
5454
# downstream-ci-hpc:
5555
# name: downstream-ci-hpc
5656
# 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
5858
# with:
5959
# {{ repo_name }}: ecmwf/{{ repo_name }}{% raw %}@${{ github.event.pull_request.head.sha || github.sha }}{% endraw %}
6060
# secrets: inherit

0 commit comments

Comments
 (0)