Skip to content

Commit

Permalink
chore(github): improves on workflow naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 11, 2023
1 parent fbdca34 commit 9baee16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-backstop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
backstop:
name: 🧐 Test
name: 🙈 BackstopJS
runs-on: ubuntu-latest

concurrency:
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 @@ -23,7 +23,7 @@ env:

jobs:
lighthouse:
name: ⛵️ Auditing
name: ⛵️ Lighthouse
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 @@ -19,7 +19,7 @@ env:

jobs:
psi:
name: 📊 PSI
name: 📊 Page Speed Insights
runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit 9baee16

Please sign in to comment.