Skip to content

.github/workflows/pr-open.yml #14

.github/workflows/pr-open.yml

.github/workflows/pr-open.yml #14

Workflow file for this run

env:
IMAGE_NAME: "${{ github.repository }}-${{inputs.PROJECT_NAME}}"
NPMRC: ${{ secrets.NPMRC }}
permissions:
contents: read
packages: write
id-token: write
on:
pull_request_target:
types:
- opened
- edited
branches:
- 'feature/lza-migration'
paths:
- ".github/workflows/**"
- "client/**"
- "server/**"
- "terraform/**"
- "!**/README.md"
workflow_dispatch:
jobs:
terragrunt-plan-wfint:
uses: ./.github/workflows/terragrunt-deploy.yml
with:
DEFAULT_APPLICATION_ENVIRONMENT: wfint
IMAGE_TAG: latest
RUN_LIQUIBASE: true
COMMAND: plan
GDB_EXTRACTOR_IMAGE: whatever
secrets: inherit