Skip to content

Feature/remilovoll/26/03/instance delegation import (#2515) #3681

Feature/remilovoll/26/03/instance delegation import (#2515)

Feature/remilovoll/26/03/instance delegation import (#2515) #3681

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
find-verticals:
uses: ./.github/workflows/tpl-find-verticals.yml
with:
type: all
changed: full
checkSlns: true
ci:
needs: find-verticals
if: needs.find-verticals.outputs.any == 'true'
strategy:
matrix: ${{ fromJson(needs.find-verticals.outputs.matrix) }}
fail-fast: false
uses: ./.github/workflows/tpl-vertical-ci.yml
secrets: inherit
with:
id: ${{ matrix.id }}
slug: ${{ matrix.slug }}
type: ${{ matrix.type }}
displayName: ${{ matrix.displayName }}
path: ${{ matrix.path }}
shortName: ${{ matrix.shortName }}
name: ${{ matrix.name }}
sonarProjectKey: ${{ matrix.sonarcloud }}
sonarProjectName: ${{ matrix.sonarcloudName }}