From 53713a178297204ccc08c1f81acf005e597dcd3e Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Thu, 21 Nov 2024 21:37:07 -0800 Subject: [PATCH] Disable deploys for the renovate updates --- .github/workflows/preview.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 57333745..df5cb0ac 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -61,6 +61,7 @@ jobs: run: yarn build - name: Deploy to Edgio hosting + if: ${{ !startsWith(github.head_ref, 'renovate/') }} env: DEPLOY_TOKEN: ${{ secrets.EDGIO_V7_DEPLOY_TOKEN}} run: | @@ -71,6 +72,7 @@ jobs: - uses: jwalton/gh-find-current-pr@v1 id: finder - name: Publish Preview Link + if: ${{ !startsWith(github.head_ref, 'renovate/') }} uses: marocchino/sticky-pull-request-comment@v2.9.0 with: number: ${{ steps.finder.outputs.pr }} @@ -83,6 +85,7 @@ jobs: name: Lighthouse report runs-on: ubuntu-latest needs: build-deploy-web + if: ${{ !startsWith(github.head_ref, 'renovate/') }} steps: - name: Fireup the preview enviroment with request run: |