Skip to content

Commit

Permalink
pipeline implemetation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 16, 2024
1 parent 21ae8d5 commit 042cdbd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:
paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "NOTIFICATION_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:
paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "ORGANIZATION_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:
paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "UTILITY_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:
paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "VERIFICATION_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
# paths:
# - 'apps/user/**'
# workflow_dispatch:
paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "WEBHOOK_V_${{ github.run_number }}"
Expand Down

0 comments on commit 042cdbd

Please sign in to comment.