Skip to content

Commit

Permalink
ci: improve step names
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Nov 11, 2023
1 parent 648c34d commit 5332428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

deploy_staging:
if: github.ref_name == 'next'
name: Run remote deploy script (staging)
name: Deploy blobscan api (staging)
runs-on: ubuntu-latest
environment: staging
needs: build-lint-test
Expand All @@ -102,7 +102,7 @@ jobs:

deploy_prod:
if: github.ref_name == 'master'
name: Run remote deploy script (prod)
name: Deploy blobscan api (prod)
runs-on: ubuntu-latest
environment: production
needs: build-lint-test
Expand Down

1 comment on commit 5332428

@vercel
Copy link

@vercel vercel bot commented on 5332428 Nov 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.