Update requirements and simplify quality gate workflow - Updated the sientia-dataops-library dependency version from 1.4.6 to 1.4.7 in requirements.txt. - Replaced the existing quality gate workflow with a simplified version that utilizes a template for better maintainability.
18 lines
347 B
YAML
18 lines
347 B
YAML
name: Quality gate
|
|
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
types: [ opened, synchronize, reopened ]
|
|
|
|
jobs:
|
|
quality-gate:
|
|
uses: Aignosi/sientia/.github/workflow-templates/dataops-module-quality-gate.yml@main
|
|
with:
|
|
project_name: 'ingestor'
|
|
repositories: 'sientia-dataops-library' |