diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index beb3c6a..1a8d909 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -105,7 +105,6 @@ jobs: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} storybook-example: - if: "contains(github.event.inputs.source_directory, 'storybook-example')" runs-on: ubuntu-latest steps: - name: Checkout repository