We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50a7b3 commit 4f06689Copy full SHA for 4f06689
.github/workflows/manual-release.yml
@@ -126,7 +126,7 @@ jobs:
126
# ==================================================================
127
publish-conditional-to-units-and-replay-tests:
128
needs: [ build, unit-tests-prague, replay-tests ]
129
- if: ${{ github.event_name != 'pull_request' && inputs.wait-for-tests-bef-publish == 'true'}}
+ if: ${{ github.event_name != 'pull_request' && ( github.event_name == 'release' || inputs.wait-for-tests-bef-publish == 'true') }}
130
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
131
env:
132
architecture: "amd64"
0 commit comments