Skip to content

Commit

Permalink
fix: names jobs to cd
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciustrainotti committed Sep 12, 2022
1 parent 6c5696d commit 09c391b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: cd
jobs:
ci:
uses: ./.github/workflows/ci.yaml
cd:
release:
needs: ['ci']
name: Continuos Delivery
name: Release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
deploy:
needs: ['ci']
environment: AWS
name: Continuos Deploy
name: Continuos Deployment
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit 09c391b

Please sign in to comment.