File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
pypi :
10
- uses : ecmwf-actions /reusable-workflows/.github/workflows/cd-pypi.yml@v2
10
+ uses : ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
11
11
secrets : inherit
Original file line number Diff line number Diff line change 33
33
downstream-ci :
34
34
name : downstream-ci
35
35
if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
36
- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci.yml@main
36
+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci.yml@main
37
37
with :
38
38
earthkit-meteo : ecmwf/earthkit-meteo@${{ github.event.pull_request.head.sha || github.sha }}
39
39
codecov_upload : true
44
44
downstream-ci-hpc :
45
45
name : downstream-ci-hpc
46
46
if : ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
47
- uses : ecmwf-actions /downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
47
+ uses : ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
48
48
with :
49
49
earthkit-meteo : ecmwf/earthkit-meteo@${{ github.event.pull_request.head.sha || github.sha }}
50
50
secrets : inherit
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
label :
10
- uses : ecmwf-actions /reusable-workflows/.github/workflows/label-pr.yml@v2
10
+ uses : ecmwf/reusable-workflows/.github/workflows/label-pr.yml@v2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Notify new issue
13
- uses : ecmwf-actions /notify-teams-issue@v1
13
+ uses : ecmwf/notify-teams-issue@v1
14
14
with :
15
15
incoming_webhook : ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Notify new PR
13
- uses : ecmwf-actions /notify-teams-pr@v1
13
+ uses : ecmwf/notify-teams-pr@v1
14
14
with :
15
15
incoming_webhook : ${{ secrets.MS_TEAMS_INCOMING_WEBHOOK }}
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
quality :
10
- uses : ecmwf-actions /reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
10
+ uses : ecmwf/reusable-workflows/.github/workflows/qa-precommit-run.yml@v2
11
11
with :
12
12
skip-hooks : " no-commit-to-branch"
You can’t perform that action at this time.
0 commit comments