17 lines
442 B
YAML
17 lines
442 B
YAML
name: Quality gate
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
types: [ opened, synchronize, reopened ]
|
|
|
|
jobs:
|
|
quality-gate:
|
|
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-quality-gate.yml@main
|
|
permissions: write-all
|
|
with:
|
|
project_name: 'laborious'
|
|
repositories: 'sientia-dataops-library, sientia-mlops-library'
|
|
requirements_file: 'requirements-light.txt'
|
|
secrets: inherit |