Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry committed Aug 28, 2024
1 parent 9b6e827 commit 75fd215
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/cdr-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ on:
required: false
description: "Provide the full Docker image path to override the default image (e.g. for testing BC/SNAPSHOT)"
type: string

# TODO: remove pull_request section after testing
pull_request:
branches:
- main
- "[0-9]+.[0-9]+"
types: [opened, synchronize, reopened]
jobs:
deploy:
uses: ./.github/workflows/test-environment.yml
Expand All @@ -29,9 +34,9 @@ jobs:
contents: 'read'
id-token: 'write'
with:
deployment_name: ${{ inputs.deployment-name }}
deployment_name: ${{ inputs.deployment-name || 'cdr-run' }}
# For now, the region is not used because it's overridden in the tf, but it's here for future compatibility.
ess-region: "gcp-us-west2"
elk-stack-version: ${{ inputs.elk-stack-version }}
elk-stack-version: ${{ inputs.elk-stack-version || '8.16.0-SNAPSHOT' }}
serverless_mode: false
cdr-infra: true

0 comments on commit 75fd215

Please sign in to comment.