19 lines
408 B
YAML
19 lines
408 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'
|
|
secrets: inherit
|