diff options
| -rw-r--r-- | .github/workflows/lint-build-deploy.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.github/workflows/lint-build-deploy.yaml b/.github/workflows/lint-build-deploy.yaml index b70dccf..9cad82c 100644 --- a/.github/workflows/lint-build-deploy.yaml +++ b/.github/workflows/lint-build-deploy.yaml @@ -120,11 +120,11 @@ jobs:            build-args: |              git_sha=${{ github.sha }} -  build: +  deploy:      environment: production -    if: github.event.workflow_run.conclusion == 'success'      name: Build & Push      runs-on: ubuntu-latest +    needs: [lint, build]      steps:        - name: Create SHA Container Tag | 
