Skip to content

Commit

Permalink
add back years, update merge name
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 5, 2024
1 parent bb30f4e commit 325624f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/save-raw-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- BEAData.R
- CensusData.R
- EIAData.R
# - FAFData.R
# - USASpendingData.R
- FAFData.R
- USASpendingData.R
data-year:
# - 2012
# - 2013
# - 2014
# - 2015
# - 2016
# - 2017
# - 2018
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
Expand Down Expand Up @@ -93,11 +93,12 @@ jobs:
# retention-days: 5 # cannot exceed the retention limit set by the repository, organization, or enterprise.

merge:
name: Combine data objects
runs-on: ubuntu-latest
needs: generate-save-data
if: always() && !cancelled()
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
with:
merge-multiple: true
name: raw data

0 comments on commit 325624f

Please sign in to comment.