Skip to content

Commit

Permalink
ci: 👷 run release job only if changes are given
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck authored and ManAnRuck committed Nov 1, 2023
1 parent e60b4fb commit 82636f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
release:
needs: [analyse-changed-services]
runs-on: ubuntu-latest
if: ${{ needs.analyse-changed-services.outputs.CHANGED_PACKAGES != '[]'}}
if: ${{ needs.analyse-changed-services.outputs.CHANGED_PACKAGES != '[]' && needs.analyse-changed-services.outputs.CHANGED_PACKAGES != ''}}
strategy:
fail-fast: false
max-parallel: 1
Expand Down

0 comments on commit 82636f6

Please sign in to comment.