Skip to content

Commit

Permalink
Rename Github Actions workflow and steps
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Jan 18, 2024
1 parent fef0297 commit 1b032ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy to production
name: Deploy changes
on:
push:
branches:
- main

jobs:
check-lighthouse-scores:
name: Check Lighthouse scores
name: Check lighthouse scores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,7 @@ jobs:
browser: chrome

deploy-to-production:
name: Deploy to Production
name: Deploy to production
runs-on: ubuntu-latest
needs: [check-lighthouse-scores, run-unit-tests]
environment: production
Expand Down

0 comments on commit 1b032ff

Please sign in to comment.