File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 name : Validate Release
4141 runs-on : hiero-client-sdk-linux-medium
4242 env :
43- DUAL_PUBLISH_ENABLED : ${{ inputs.dual-publish-enabled || 'true ' }}
43+ DUAL_PUBLISH_ENABLED : ${{ inputs.dual-publish-enabled == 'true' || github.event_name == 'push ' }}
4444 outputs :
4545 # Project tag
4646 tag : ${{ steps.sdk-tag.outputs.name }}
@@ -324,7 +324,7 @@ jobs:
324324 - run-safety-checks
325325 runs-on : hiero-client-sdk-linux-medium
326326 env :
327- DUAL_PUBLISH_ENABLED : ${{ inputs.dual-publish-enabled || 'true ' }}
327+ DUAL_PUBLISH_ENABLED : ${{ inputs.dual-publish-enabled == 'true' || github.event_name == 'push ' }}
328328 DRY_RUN_ENABLED : ${{ inputs.dry-run-enabled || 'false' }}
329329 steps :
330330 - name : Harden Runner
You can’t perform that action at this time.
0 commit comments