Run smoke test on release workflow success.

This commit is contained in:
Chris McCormick 2025-05-23 11:40:27 +08:00 committed by fiatjaf_
parent f27ac6c0e3
commit b5bd2aecf6
1 changed files with 5 additions and 1 deletions

View File

@ -1,13 +1,17 @@
name: Smoke test the binary name: Smoke test the binary
on: on:
push: workflow_run:
workflows: ["build cli for all platforms"]
types:
- completed
branches: branches:
- master - master
jobs: jobs:
smoke-test-linux-amd64: smoke-test-linux-amd64:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps: steps:
- name: Download and smoke test latest binary - name: Download and smoke test latest binary
run: | run: |