Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
merge: hotfix/cd-skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed Nov 4, 2023
2 parents 651f405 + 75b4d70 commit 5980928
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
needs: setup
strategy:
fail-fast: false
matrix:
workspace: ${{ fromJson(needs.setup.outputs.libraries)}}
steps:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
- setup
- publish-libraries
strategy:
fail-fast: false
matrix:
workspace: ${{ fromJson(needs.setup.outputs.extensions)}}
steps:
Expand Down

0 comments on commit 5980928

Please sign in to comment.