diff --git a/.github/workflows/update_ngs.yaml b/.github/workflows/update_ngs.yaml index cd8c5b9..a324d63 100644 --- a/.github/workflows/update_ngs.yaml +++ b/.github/workflows/update_ngs.yaml @@ -54,7 +54,7 @@ jobs: strategy: fail-fast: false matrix: - season: ${{ fromJson(needs.pbp_setup.outputs.seasons) }} + season: ${{ fromJson(needs.ngs_setup.outputs.seasons) }} type: ["passing", "rushing", "receiving"] env: GH_TOKEN: ${{ secrets.NFLVERSE_GH_TOKEN }} @@ -81,6 +81,7 @@ jobs: extra-packages: nflverse/nflverse-data - name: Release ${{ matrix.type }} run: Rscript -e 'source("R/update_ngs.R")' + combine_stats: needs: [ngs_setup, update_ngs_seasons] name: Build ${{ matrix.type }}