Files
sientia-dataops-opc-ingestor/.github/workflows/quality-gate.yml
vitor-aignosi 6a65403e17 SIENTIAPDE-1327
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.
2025-10-22 15:44:19 -03:00

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'