17 lines
337 B
YAML
17 lines
337 B
YAML
name: Quality gate
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
types: [ opened, synchronize, reopened ]
|
|
|
|
jobs:
|
|
quality-gate:
|
|
uses: Aignosi/.github/.github/workflows/dataops-module-quality-gate.yml@main
|
|
with:
|
|
project_name: 'ingestor'
|
|
repositories: 'sientia-dataops-library' |