Skip to content

Commit fb89e48

Browse files
committed
phase 3 YAML
1 parent eb702e0 commit fb89e48

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/workflows/process.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Process Data
22

33
on:
4-
push:
4+
# push:
55
schedule:
66
- cron: '15 1 1-20 1,4,7,10 *'
77
- cron: '15 5 1-20 1,4,7,10 *'

.github/workflows/report.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Generate Report
22

33
on:
4-
# push:
4+
push:
55
schedule:
66
- cron: '15 1 1-20 1,4,7,10 *'
77
- cron: '15 5 1-20 1,4,7,10 *'
@@ -39,11 +39,11 @@ jobs:
3939
run: |
4040
python scripts/3-report/gcs_reports.py
4141
42-
- name: Fetch and merge changes
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
run: |
46-
python scripts/shared.py --operation fetch_and_merge
42+
- name: Fetch and merge changes
43+
env:
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
run: |
46+
python scripts/shared.py --operation fetch_and_merge --branch fetch-automation
4747
4848
- name: Add and commit changes
4949
env:

data/2024Q3/1-fetch/gcs_fetched.csv

-5
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ https://creativecommons.org/licenses/by-nc-sa/3.0,35800000,29800000,18000,5760,1
1616
https://creativecommons.org/licenses/sa/1.0,120000000,101000000,23500,16600,167000,56500,24400,116000000,247000,314000,29100,120000000,213000
1717
https://creativecommons.org/licenses/sa/1.0,120000000,101000000,23500,16600,167000,56500,24400,116000000,247000,314000,29100,120000000,213000
1818
https://creativecommons.org/licenses/by-nc-sa/2.0,20400000,13800000,21400,3730,65000,21700,9270,19100000,92600,773000,4470,20400000,5740
19-
https://creativecommons.org/licenses/nd-nc/1.0,0,0,0,0,0,0,0,0,0,0,0,0,0
20-
https://creativecommons.org/publicdomain/zero/1.0,0,0,0,0,0,0,0,0,0,0,0,0,0
21-
https://creativecommons.org/publicdomain/mark/1.0,0,0,0,0,0,0,0,0,0,0,0,0,0
22-
https://creativecommons.org/licenses/by-nc-sa/1.0,0,0,0,0,0,0,0,0,0,0,0,0,0
23-
https://creativecommons.org/licenses/nc-sa/1.0,0,0,0,0,0,0,0,0,0,0,0,0,0

0 commit comments

Comments
 (0)