Skip to content

Commit

Permalink
Rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
ldeluigi committed May 15, 2023
1 parent d6b35ba commit 3f575e7
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 @@ -143,7 +143,7 @@ jobs:
prefix: CSB


delivery-production:
push-ecr-current-version:
runs-on: ubuntu-latest
needs: [build, release]
concurrency: production
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
run-migrations:
runs-on: ubuntu-latest
needs: delivery-production
needs: push-ecr-current-version
environment: scm-production
steps:

Expand Down

0 comments on commit 3f575e7

Please sign in to comment.