Re-enable fail-fast

This commit is contained in:
powe97 2024-03-06 02:36:33 -06:00
parent 81ba2fdc80
commit c21dec05ad
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
needs: setup
strategy:
matrix: ${{ fromJson(needs.setup.outputs.matrix-params) }}
fail-fast: false
fail-fast: true
steps:
- name: Checkout scraping repo
uses: actions/checkout@v4