diff --git a/.github/workflows/cf-deploy.yml b/.github/workflows/cf-deploy.yml index 818115f807..a5387d45ae 100644 --- a/.github/workflows/cf-deploy.yml +++ b/.github/workflows/cf-deploy.yml @@ -33,7 +33,7 @@ jobs: cache: "yarn" - name: Install dependencies - run: HUSKY=0 yarn install + run: yarn install env: CI: true HUSKY: 0 diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 040a37bb0f..12140fe486 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -1,29 +1,28 @@ -name: Deploy from main branch - -on: - push: - branches: -# Commented out to deploy from main branch +#name: Deploy from main branch +# +#on: +# push: +# branches: # - main # - devel - paths-ignore: - - '.github/ISSUE_TEMPLATE/**' - - '.husky/**' - - '.vscode/**' - - 'docs/**' - - 'jest/**' - - 'mocks/**' - - 'playwright/**' - - 'stubs/**' - - 'tools/**' - workflow_dispatch: - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - publish_image: - name: Publish Docker image - uses: './.github/workflows/publish-image.yml' - secrets: inherit +# paths-ignore: +# - '.github/ISSUE_TEMPLATE/**' +# - '.husky/**' +# - '.vscode/**' +# - 'docs/**' +# - 'jest/**' +# - 'mocks/**' +# - 'playwright/**' +# - 'stubs/**' +# - 'tools/**' +# workflow_dispatch: +# +#concurrency: +# group: ${{ github.workflow }}-${{ github.ref }} +# cancel-in-progress: true +# +#jobs: +# publish_image: +# name: Publish Docker image +# uses: './.github/workflows/publish-image.yml' +# secrets: inherit diff --git a/.wranglerignore b/.wranglerignore new file mode 100644 index 0000000000..3e06ace257 --- /dev/null +++ b/.wranglerignore @@ -0,0 +1 @@ +.next/cache