diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3c9c061..b0801e25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,8 @@ name: Deploy +on: + workflow_dispatch: + jobs: build: runs-on: ubuntu-latest @@ -10,7 +13,7 @@ jobs: env: cache-name: yarn-cache with: - path: ~/.yarn + path: .yarn key: ${{ runner.os }}-deploy-${{ env.cache-name }} - name: Checkout diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3699e1f..96cafcb7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: env: cache-name: yarn-cache with: - path: ~/.yarn + path: .yarn key: ${{ runner.os }}-tests-${{ env.cache-name }} - name: Checkout