Skip to content

Commit

Permalink
Merge branch 'main' into feat/ts-config-target
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Nov 2, 2023
2 parents c26484a + 008a8c6 commit 95321be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ on:
workflows: ['ci']
branches: [main]
types: [completed]
# Also allow on-demand smoke test runs.
# Useful when testing a particular branch
# for compatibility with the examples.
workflow_dispatch:

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

0 comments on commit 95321be

Please sign in to comment.