Skip to content

Commit

Permalink
chore(smoke): support workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 2, 2023
1 parent 009e8fa commit 5112765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
examples:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_dispatch }}
runs-on: macos-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 5112765

Please sign in to comment.