Skip to content

Commit

Permalink
run reports workflow individually
Browse files Browse the repository at this point in the history
  • Loading branch information
naishasinha committed Jul 31, 2024
1 parent e6da04c commit 6b5ce0e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Fetch Data

on:
push:
# push:
schedule:
# 1:15am onwards, days 1-20, first month of each quarter
- cron: '15 1,5,9,13,17,21,23 1-20 1,4,7,10 *'
Expand Down
2 changes: 0 additions & 2 deletions data/2024Q3/1-fetch/gcs_fetched.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ https://creativecommons.org/licenses/by-nc-sa/3.0,35800000,29800000,18000,5760,1
https://creativecommons.org/licenses/sa/1.0,120000000,101000000,23500,16600,167000,56500,24400,116000000,247000,314000,29100,120000000,213000
https://creativecommons.org/licenses/sa/1.0,120000000,101000000,23500,16600,167000,56500,24400,116000000,247000,314000,29100,120000000,213000
https://creativecommons.org/licenses/by-nc-sa/2.0,20400000,13800000,21400,3730,65000,21700,9270,19100000,92600,773000,4470,20400000,5740
https://creativecommons.org/licenses/nc-sa/1.0,0,0,0,0,0,0,0,0,0,0,0,0,0
https://creativecommons.org/licenses/by-nc-nd/2.0,0,0,0,0,0,0,0,0,0,0,0,0,0
30 changes: 0 additions & 30 deletions data/2024Q3/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +0,0 @@

# 2024Q3 Quantifying the Commons
<!-- GCS Start -->
## Data Source: Google Custom Search


### Country Report
![Number of Google Webpages Licensed by Country](3-report/gcs_country_report.png)
Number of Google Webpages Licensed by Country

### License Type Report
![Number of Webpages Licensed by License Type](3-report/gcs_licensetype_report.png)
Number of Webpages Licensed by License Type

### Language Report
![Number of Google Webpages Licensed by Language](3-report/gcs_language_report.png)
Number of Google Webpages Licensed by Language

### Country Report
![Number of Google Webpages Licensed by Country](3-report/gcs_country_report.png)
Number of Google Webpages Licensed by Country

### License Type Report
![Number of Webpages Licensed by License Type](3-report/gcs_licensetype_report.png)
Number of Webpages Licensed by License Type

### Language Report
![Number of Google Webpages Licensed by Language](3-report/gcs_language_report.png)
Number of Google Webpages Licensed by Language
<!-- GCS End -->
2 changes: 1 addition & 1 deletion scripts/3-report/gcs_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def main():

try:
# Add and commit changes
shared.add_and_commit(PATHS["repo"], "Fetched and updated new data")
shared.add_and_commit(PATHS["repo"], "Added and committed new reports")
except shared.GitOperationError as e:
LOGGER.error(f"Add and commit failed: {e}")
sys.exit(e.exit_code)
Expand Down

0 comments on commit 6b5ce0e

Please sign in to comment.