Skip to content

Commit

Permalink
run the merge even if failures; limit scripts for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Nov 5, 2024
1 parent 120fff5 commit bb30f4e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 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 @@ -95,6 +95,7 @@ jobs:
merge:
runs-on: ubuntu-latest
needs: generate-save-data
if: always() && !cancelled()
steps:
- name: Merge Artifacts
uses: actions/upload-artifact/merge@v4
Expand Down

0 comments on commit bb30f4e

Please sign in to comment.