Skip to content

Commit

Permalink
Limit to ecmwf
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent 22c6cf6 commit 71a6cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contributors_report_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
START_DATE: ${{ env.START_DATE }}
END_DATE: ${{ env.END_DATE }}
REPOSITORY: ecmwf/anemoi-training
# SHOW_ORGANISATIONS: ecmwf
SHOW_ORGANISATIONS: ecmwf
# SPONSOR_INFO: "true"

- name: Show Contributor
Expand Down
2 changes: 1 addition & 1 deletion contributors/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_contributor_table(
row += f" {commit_urls} |\n"

added_to_org: bool = False
print(show_organisations_list, collaborator.organisations)

for org in collaborator.organisations or []:
if org in show_organisations_list:
organisation_contributors[org].append(row)
Expand Down

0 comments on commit 71a6cee

Please sign in to comment.