Files
sientia-dataops-model-manager/.github/workflows/quality-gate.yml
vitor-aignosi a83cdbfde0 chore: ensure consistent formatting in quality-gate.yml
- Maintained existing configuration for secrets inheritance in the quality-gate.yml file.
- Added a newline at the end of the file for consistency with coding standards.
2026-04-14 13:44:34 -03:00

18 lines
429 B
YAML

name: Quality gate
on:
pull_request:
branches:
- main
- 'release/**'
- 'feature/**'
types: [ opened, synchronize, reopened ]
jobs:
quality-gate:
uses: Aignosi/github_workflow_templates/.github/workflows/python-quality-gate.yml@main
permissions: write-all
with:
project_name: 'model_manager'
repositories: 'sientia-dataops-library,sientia-model-library'
secrets: inherit