Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Sep 25, 2022
1 parent e889baa commit c16fc05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-rsm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
contents: write
strategy:
fail-fast: false
max-parallel: 1 # because ncipollo/release-action is racy
# 1 because ncipollo/release-action is racy
max-parallel: ${{ startsWith(github.ref, 'refs/tags/v') }}
matrix:
target:
- x86_64-linux-musl
Expand Down

0 comments on commit c16fc05

Please sign in to comment.