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 a30a6f8 commit 5e236f3Copy full SHA for 5e236f3
.github/workflows/manual-release.yml
@@ -98,7 +98,7 @@ jobs:
98
# ==================================================================
99
publish-conditional-to-units-and-replay-tests:
100
needs: [ build, unit-tests-prague, replay-tests ]
101
- 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') }}
102
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-med
103
env:
104
architecture: "amd64"
0 commit comments