Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed May 29, 2024
1 parent 8eb2065 commit 56e771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- changes
- check-and-test-shared
- vulnerability-scan
if: ${{ needs.check-and-test-shared.result == success() || !contains(needs.changes.outputs.packages, 'shared') }}
if: ${{ needs.check-and-test-shared.result == 'success' || !contains(needs.changes.outputs.packages, 'shared') }}
strategy:
fail-fast: false
max-parallel: 1
Expand Down

0 comments on commit 56e771c

Please sign in to comment.