Skip to content

Commit

Permalink
incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Sep 6, 2024
1 parent c5bd157 commit c683b89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_ngs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit c683b89

Please sign in to comment.