Skip to content

Commit

Permalink
Merge pull request #1006 from GSA/sitemap-optimization
Browse files Browse the repository at this point in the history
Optimize and fix sitemap auto job
  • Loading branch information
nickumia-reisys authored Jul 27, 2023
2 parents a3e566f + 2504369 commit e29c261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
{"schedule": "${{env.SCHEDULE_GEN_REPORT}}", "issue_template": ".github/report-generation-failure.md"},
{"environ": "development", "ram": "1G"},
{"environ": "staging", "ram": "2500M"},
{"environ": "prod", "ram": "2500M"}
{"environ": "prod", "ram": "3G"}
],
"exclude": [ {"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "development"},
{"schedule": "${{env.SCHEDULE_SITEMAP}}", "environ": "staging"},
Expand Down
2 changes: 1 addition & 1 deletion ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ckanext-datagovtheme==0.2.2
ckanext-datajson==0.1.20
ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@eb1aee013687a40d0366a2fe44546917ee960bfc
ckanext-envvars==0.0.3
ckanext-geodatagov==0.2.0
ckanext-geodatagov==0.2.1
ckanext-googleanalyticsbasic==0.2.1
-e git+https://github.com/ckan/ckanext-harvest.git@9fb44f79809a1c04dfeb0e1ca2540c5ff3cacef4#egg=ckanext_harvest
ckanext-metrics-dashboard==0.1.6
Expand Down

0 comments on commit e29c261

Please sign in to comment.