Skip to content

Commit f7bb56e

Browse files
committed
feat(ci/installer): refactor deployment pipelines and add instance heartbeat
1 parent 7c992fd commit f7bb56e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/v11-deployment-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ jobs:
474474
schedule:
475475
name: Schedule release to our instances
476476
needs: [publish_new_version, setup_deployment]
477+
if: ${{ always() && needs.publish_new_version.result == 'success' && needs.setup_deployment.outputs.tag != '' }}
477478
runs-on: ubuntu-24.04
478479
env:
479480
ENVIRONMENT: ${{ needs.setup_deployment.outputs.environment }}

0 commit comments

Comments
 (0)