Skip to content

Commit 5e236f3

Browse files
committed
fix: release case
1 parent a30a6f8 commit 5e236f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# ==================================================================
9999
publish-conditional-to-units-and-replay-tests:
100100
needs: [ build, unit-tests-prague, replay-tests ]
101-
if: ${{ github.event_name != 'pull_request' && inputs.wait-for-tests-bef-publish == 'true'}}
101+
if: ${{ github.event_name != 'pull_request' && ( github.event_name == 'release' || inputs.wait-for-tests-bef-publish == 'true') }}
102102
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
103103
env:
104104
architecture: "amd64"

0 commit comments

Comments
 (0)