Skip to content

Commit

Permalink
Set fast-fail to false in udpate-data matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Dec 16, 2024
1 parent 5a3e18a commit a39c94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
if: ${{ always() && needs.matrix_prep.result == 'success' }}
strategy:
matrix: ${{ fromJSON(needs.matrix_prep.outputs.matrix) }}
fail-fast: false
env:
API_KEY_GOOGLE_MAPS: ${{ secrets.API_KEY_GOOGLE_MAPS }}
GITHUB_REF: ${{ github.ref_name }} # This is changed to dev if running on a schedule
Expand Down

0 comments on commit a39c94c

Please sign in to comment.