Skip to content

Commit

Permalink
Merge branch 'main' into auth-238c
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Feb 11, 2025
2 parents dc3981b + aaf14c9 commit b514b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
description: Autoscaling enabled or not for the deployments
required: false
type: string
default: true
default: 'true'
environment:
description: Environment name; omit for PRs
required: false
Expand Down Expand Up @@ -50,10 +50,7 @@ on:
default: ""
required: false
type: string
outputs:
triggered:
description: 'Has a deployment has been triggered?'
value: ${{ jobs.deploys.outputs.triggered }}


env:
repo_release: ${{ github.event.repository.name }}-${{ inputs.release }}
Expand All @@ -65,8 +62,6 @@ jobs:
name: Helm
environment: ${{ inputs.environment }}
runs-on: ubuntu-24.04
outputs:
triggered: ${{ steps.triggers.outputs.triggered }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
autoscaling: false
tag: ${{ github.event.number }}
release: ${{ github.event.number }}
triggers: ('backend/' 'frontend/' 'charts/' '.github/')
params: |
--set backend.pdb.enabled=false \
--set frontend.pdb.enabled=false \
Expand All @@ -48,7 +47,6 @@ jobs:
tests:
name: Tests
if: needs.deploys.outputs.triggered == 'true'
needs: [deploys]
uses: ./.github/workflows/.tests.yml
with:
Expand Down

0 comments on commit b514b3b

Please sign in to comment.