From b5bd2aecf6f28275fda38ce2688ec7ed5d3fd952 Mon Sep 17 00:00:00 2001 From: Chris McCormick Date: Fri, 23 May 2025 11:40:27 +0800 Subject: [PATCH] Run smoke test on release workflow success. --- .github/workflows/smoke-test-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test-release.yml b/.github/workflows/smoke-test-release.yml index bc40a65..6b6ebba 100644 --- a/.github/workflows/smoke-test-release.yml +++ b/.github/workflows/smoke-test-release.yml @@ -1,13 +1,17 @@ name: Smoke test the binary on: - push: + workflow_run: + workflows: ["build cli for all platforms"] + types: + - completed branches: - master jobs: smoke-test-linux-amd64: runs-on: ubuntu-latest + if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: Download and smoke test latest binary run: |