Skip to content

Commit

Permalink
feat: adding new names and file names
Browse files Browse the repository at this point in the history
  • Loading branch information
codechirag123 committed Oct 23, 2024
1 parent 4a7137c commit ee37d9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/db-ops.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Database Operations
name: New Database Operations

on:
repository_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wf-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy workflows-service image
name: New Deploy workflows-service image

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-workflows-service-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Push workflows-service image
name: New Push workflows-service image

on:
workflow_dispatch:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ee37d9f

Please sign in to comment.