Skip to content

Commit

Permalink
chore(github): changes workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Sep 23, 2023
1 parent 97478ba commit e253940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bdt-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
REPORTS_DISTRIBUTION: ${{ secrets.REPORTS_DISTRIBUTION }}

pagespeed:
name: 🧐 PageSpeed Insights
name: 🧐 PageSpeed
needs: build_deploy
uses: ./.github/workflows/test-psi.yml
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
lighthouse:
name: ⛵️ Auditing ${{ github.ref_name == 'main' && 'PRD' || 'STG' }}
name: ⛵️ Auditing
runs-on: ubuntu-latest

environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-psi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
lighthouse:
name: 📊 PSI on ${{ github.ref_name == 'main' && 'PRD' || 'STG' }}
name: 📊 PSI
runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit e253940

Please sign in to comment.