Skip to content

Commit

Permalink
Only sync upstream when not drafting
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Mar 28, 2024
1 parent 46141d1 commit 7c90826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
generate_release_notes: true
prerelease: ${{ needs.meta.outputs.prerelease }}
draft: ${{ needs.meta.outputs.draft }}
- if: needs.meta.outputs.publish == 'true'
- if: needs.meta.outputs.publish == 'true' && needs.meta.outputs.prerelease == 'false' && needs.meta.outputs.draft == 'false'
name: Trigger sync-proxy in linkerd2
run: gh workflow run sync-proxy.yml -f version="$VERSION"
env:
Expand Down

0 comments on commit 7c90826

Please sign in to comment.