Skip to content

Commit

Permalink
Disable deploys for the renovate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Nov 22, 2024
1 parent ff6c23e commit 53713a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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/[email protected]
with:
number: ${{ steps.finder.outputs.pr }}
Expand All @@ -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: |
Expand Down

0 comments on commit 53713a1

Please sign in to comment.