Skip to content

Commit

Permalink
updates workflows to target release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ajyey committed Jun 4, 2024
1 parent f930202 commit c87a348
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 158 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ on:
- "**/*.md"
- "**.yml"
- "!.github/workflows/axe.yml"
- "!.github/workflows/deploy-docker-tag.yml"
- "!.github/workflows/deploy-image.yml"
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/deploy-docker-tag.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/deploy-image.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Deploy site
on:
push:
branches:
- master
- main
- release
paths:
- "assets/**"
- "**.html"
Expand All @@ -16,9 +15,6 @@ on:
- "Gemfile.lock"
- "!.github/workflows/axe.yml"
- "!.github/workflows/broken-links.yml"
- "!.github/workflows/deploy-docker-tag.yml"
- "!.github/workflows/deploy-image.yml"
- "!.github/workflows/docker-slim.yml"
- "!.github/workflows/lighthouse-badger.yml"
- "!.github/workflows/prettier.yml"
- "!lighthouse_results/**"
Expand All @@ -29,8 +25,7 @@ on:
- "!README.md"
pull_request:
branches:
- master
- main
- release
paths:
- "assets/**"
- "**.html"
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/docker-slim.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lighthouse-badger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: "Lighthouse Badger"

# INPUTS as environmental variables (env) for not manually triggered workflows
env:
URLS: https://alshedivat.github.io/al-folio/
URLS: https://ajey.github.io/
TOKEN_NAME: LIGHTHOUSE_BADGER_TOKEN
# If any of the following env is blank, a default value is used instead
REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main'
REPO_BRANCH: "${{ github.repository }} release" # target repository & branch e.g. 'dummy/mytargetrepo main'
MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2"
DESKTOP_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --preset=desktop --throttling.cpuSlowdownMultiplier=1"

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name: Prettier code formatter
on:
pull_request:
branches:
- master
- main
- release
push:
branches:
- master
- main
- release
- develop

jobs:
check:
Expand Down

0 comments on commit c87a348

Please sign in to comment.