- 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.
18 lines
429 B
YAML
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 |