Skip to content

Commit

Permalink
ci: fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed May 17, 2024
1 parent 95a474f commit 5f43fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:

deploy-staging:
build-and-deploy:

environment: ${{ github.ref_name == 'main' && 'prod' || 'staging' }}

name: Deploy to staging from ${{ github.ref_name }}/${{ github.sha }}
name: Deploy from ${{ github.ref_name }}/${{ github.sha }}

runs-on: ubuntu-latest

Expand Down

0 comments on commit 5f43fa9

Please sign in to comment.