Skip to content

[Demo]: Updated e2e tests with changes from template-infra #3

[Demo]: Updated e2e tests with changes from template-infra

[Demo]: Updated e2e tests with changes from template-infra #3

name: CI App PR Environment Checks
on:
workflow_dispatch:
inputs:
pr_number:
required: true
type: string
commit_hash:
required: true
type: string
pull_request:
jobs:
update:
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
uses: ./.github/workflows/pr-environment-checks.yml
with:
app_name: "app"
environment: "dev"
pr_number: ${{ inputs.pr_number || github.event.number }}
commit_hash: ${{ inputs.commit_hash || github.event.pull_request.head.sha }}