Skip to content

Commit

Permalink
build: Add fail-fast and max-parallel to job strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hazre committed Oct 18, 2024
1 parent f6ec6a0 commit 46b358d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
VPK_VERSION: '0.0.626'

strategy:
fail-fast: true
max-parallel: 1
matrix:
include:
- platform: linux-x64
Expand Down

0 comments on commit 46b358d

Please sign in to comment.