- Upgraded sientia-model-library from version 0.7.4 to 0.7.5 in both requirements-local.txt and requirements.txt. - Modified quality-gate.yml to include sientia-model-library in the repositories list for improved CI/CD integration.
19 lines
430 B
YAML
19 lines
430 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
|