Skip to content

Commit

Permalink
ci: switch to fail slow for Cli release (#1928)
Browse files Browse the repository at this point in the history
switch to fail-fast: false
  • Loading branch information
jonaslagoni authored Apr 14, 2024
1 parent 47d577f commit 981823c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
if: startsWith(github.event.commits[0].message, 'chore(release):')
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
Expand Down

0 comments on commit 981823c

Please sign in to comment.