Skip to content

Commit

Permalink
style(github): adjusts naming of workflow steps and jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 11, 2023
1 parent 1c70d99 commit b9a858a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bd-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ env:

jobs:
build_deploy:
name: 🎁 Pushing to ${{ github.ref_name == 'main' && 'PRD' || 'STG' }}
name: 🚀 Deploying to ${{ github.ref_name == 'main' && 'PRD' || 'STG' }}
runs-on: ubuntu-latest
concurrency:
group: build-deploy
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/bdt-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ env:

jobs:
build_deploy:
name: 🚀 Build & Deploy
uses: ./.github/workflows/bd-fe.yml
secrets:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
Expand All @@ -49,7 +48,6 @@ jobs:
GH_WORKFLOW_TOKEN: ${{ secrets.GH_WORKFLOW_TOKEN }}

backstop:
name: 🧐 Visual Regression
needs: build_deploy
uses: ./.github/workflows/test-backstop.yml
secrets:
Expand All @@ -61,7 +59,6 @@ jobs:
REPORTS_DISTRIBUTION: ${{ secrets.REPORTS_DISTRIBUTION }}

lighthouse:
name: 🎭 Performance
needs: build_deploy
uses: ./.github/workflows/test-lighthouse.yml
secrets:
Expand All @@ -73,7 +70,6 @@ jobs:
GH_WORKFLOW_TOKEN: ${{ secrets.GH_WORKFLOW_TOKEN }}

pagespeed:
name: 📈 Metrics
needs: build_deploy
uses: ./.github/workflows/test-psi.yml
secrets:
Expand Down

0 comments on commit b9a858a

Please sign in to comment.