-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable deploys for the renovate updates
- Loading branch information
1 parent
ff6c23e
commit 53713a1
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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: | | ||
|