Skip to content

Commit

Permalink
change step names
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Nov 6, 2023
1 parent 3d575eb commit 3c7afed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spiritwave-ai.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
deploy-staging:
if: github.ref_name == 'staging'
needs: run-ci
name: Deployment Check
name: Staging Deployment Check
uses: ./.github/workflows/deploy.yml
with:
project-id: ${{ vars.STAGING_SUPABASE_PROJECT_ID}}
Expand All @@ -42,7 +42,7 @@ jobs:
deploy-production:
if: github.ref_name == 'main'
needs: run-ci
name: Deployment Check
name: Production Deployment check
uses: ./.github/workflows/deploy.yml
with:
project-id: ${{ vars.SUPABASE_PROJECT_ID }}
Expand Down

0 comments on commit 3c7afed

Please sign in to comment.