Skip to content

Commit

Permalink
#1: disable fail-fast for the repositories matrix in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 18, 2024
1 parent e94b4d5 commit 0a30b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
fail-fast: false
matrix:
repository: ${{ fromJson(needs.list_repositories.outputs.repositories ) }}
steps:
Expand Down

0 comments on commit 0a30b00

Please sign in to comment.