diff --git a/.github/workflows/db-ops.yaml b/.github/workflows/db-ops.yaml index 8e91c9227..8339fe3b3 100644 --- a/.github/workflows/db-ops.yaml +++ b/.github/workflows/db-ops.yaml @@ -1,4 +1,4 @@ -name: Database Operations +name: New Database Operations on: repository_dispatch: diff --git a/.github/workflows/deploy-wf-service.yml b/.github/workflows/deploy-wf-service.yml index 58e72500e..d2f8926d1 100644 --- a/.github/workflows/deploy-wf-service.yml +++ b/.github/workflows/deploy-wf-service.yml @@ -1,4 +1,4 @@ -name: Deploy workflows-service image +name: New Deploy workflows-service image on: workflow_dispatch: diff --git a/.github/workflows/push-workflows-service-image.yml b/.github/workflows/push-workflows-service-image.yml index 052f121fc..9f86cec42 100644 --- a/.github/workflows/push-workflows-service-image.yml +++ b/.github/workflows/push-workflows-service-image.yml @@ -1,4 +1,4 @@ -name: Build & Push workflows-service image +name: New Push workflows-service image on: workflow_dispatch: @@ -165,7 +165,7 @@ jobs: deploy-to-dev: needs: [build-and-push-image] - uses: ./.github/workflows/test-deploy-wf-service.yml + uses: ./.github/workflows/deploy-wf-service.yml with: environment: 'dev' sha: ${{ needs.build-and-push-image.outputs.sha_short }}