Skip to content

infra: Add required infra for Azure Container Apps #14

infra: Add required infra for Azure Container Apps

infra: Add required infra for Azure Container Apps #14

Workflow file for this run

name: Code Review MS
# Controls when the workflow will run
on:
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- reopened
paths:
- 'onboarding-ms/**'
permissions:
id-token: write
contents: read
deployments: write
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
code-review:
name: Code review onboarding-ms
# The type of runner that the job will run on
uses: pagopa/selfcare-onboarding/.github/workflows/code_review.yml@develop

Check failure on line 27 in .github/workflows/code_review_ms.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code_review_ms.yml

Invalid workflow file

error parsing called workflow ".github/workflows/code_review_ms.yml" -> "pagopa/selfcare-onboarding/.github/workflows/code_review.yml@develop" (source branch with sha:438f01e72b06c36956d53588f677e31cabc3f4af) : No event triggers defined in `on`
with:
module: onboarding-ms