PIN-6936 Fix domains readmodel checker - add LOG_LEVEL env var for cronjobs #282
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR Validation - Main Starter | |
| on: | |
| pull_request: | |
| types: [opened, edited, reopened, synchronize] | |
| permissions: | |
| id-token: write | |
| contents: read | |
| jobs: | |
| start_dev_workflow: | |
| uses: ./.github/workflows/pr-validation-generic-env.yaml | |
| secrets: inherit | |
| with: | |
| environment: dev | |
| diff_summary: | |
| needs: [ start_dev_workflow ] | |
| if: ${{ vars.ENABLE_KUBE_DIFF == 'true' }} | |
| secrets: inherit | |
| uses: ./.github/workflows/pr-validation-sub-print-summary.yaml |