From 1b032fff68b1f65fe117f7f94d15e1db7d53b569 Mon Sep 17 00:00:00 2001 From: Arnelle Balane Date: Thu, 18 Jan 2024 02:19:11 -0800 Subject: [PATCH] Rename Github Actions workflow and steps --- .../workflows/{deploy-to-netlify.yml => deploy-changes.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{deploy-to-netlify.yml => deploy-changes.yml} (94%) diff --git a/.github/workflows/deploy-to-netlify.yml b/.github/workflows/deploy-changes.yml similarity index 94% rename from .github/workflows/deploy-to-netlify.yml rename to .github/workflows/deploy-changes.yml index 86953f6..cc05a27 100644 --- a/.github/workflows/deploy-to-netlify.yml +++ b/.github/workflows/deploy-changes.yml @@ -1,4 +1,4 @@ -name: Deploy to production +name: Deploy changes on: push: branches: @@ -6,7 +6,7 @@ on: jobs: check-lighthouse-scores: - name: Check Lighthouse scores + name: Check lighthouse scores runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -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