Skip to content

feat: prevent creation of an IDP resource (#286) #1357

feat: prevent creation of an IDP resource (#286)

feat: prevent creation of an IDP resource (#286) #1357

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
pipe:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
uses: ./.github/workflows/pipeline.yml
secrets: inherit
with:
imageTagName: ghcr.io/platform-mesh/platform-mesh-operator
useTask: true
useLocalCoverageConfig: true
coverageThresholdTotal: 45
coverageThresholdPackage: 60
coverageThresholdFile: 30