Skip to content

Commit

Permalink
fix(ci): Trigger infra deploy on workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Dec 22, 2023
1 parent aadced0 commit db3523c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cloud-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:
- "cloud/**"
- "infra/**"
- ".github/workflows/cloud-deploy.yml"
- ".github/workflows/infra-deploy_reusable.yml"

jobs:
infra_cloud-primary_up:
name: "Cloud Primary infrastructure (deploy)"
uses: ./.github/workflows/infra-deploy_reusable.yml
if: success() && github.event_name == 'pull_request'
with:
project: "cloud-primary"
baseRef: ${{ github.base_ref }}
Expand All @@ -24,7 +24,6 @@ jobs:
infra_uier_up:
name: "uier infrastructure (deploy)"
uses: ./.github/workflows/infra-deploy_reusable.yml
if: success() && github.event_name == 'pull_request'
with:
project: "uier"
baseRef: ${{ github.base_ref }}
Expand Down

0 comments on commit db3523c

Please sign in to comment.