diff --git a/.github/workflows/microsite-with-storybook-deploy.yml b/.github/workflows/microsite-with-storybook-deploy.yml index a4a65f1db3..d4e1c60e48 100644 --- a/.github/workflows/microsite-with-storybook-deploy.yml +++ b/.github/workflows/microsite-with-storybook-deploy.yml @@ -1,7 +1,7 @@ name: Deploy Microsite and Storybook on: - pull-request: + pull_request: paths: - '.github/workflows/microsite-with-storybook-deploy.yml' - 'packages/storybook/**' @@ -25,6 +25,7 @@ jobs: - name: find location of global yarn cache id: yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" + - name: cache global yarn cache uses: actions/cache@v2 with: