Skip to content

Commit 4f06689

Browse files
committed
fix: release case
1 parent c50a7b3 commit 4f06689

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
@@ -126,7 +126,7 @@ jobs:
126126
# ==================================================================
127127
publish-conditional-to-units-and-replay-tests:
128128
needs: [ build, unit-tests-prague, replay-tests ]
129-
if: ${{ github.event_name != 'pull_request' && inputs.wait-for-tests-bef-publish == 'true'}}
129+
if: ${{ github.event_name != 'pull_request' && ( github.event_name == 'release' || inputs.wait-for-tests-bef-publish == 'true') }}
130130
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
131131
env:
132132
architecture: "amd64"

0 commit comments

Comments
 (0)