Refactor quality gate workflow to utilize shared template and streamline analysis steps. Inherit secrets and specify project name for improved configuration.
16 lines
372 B
YAML
16 lines
372 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: 'orchestrator'
|
|
repositories: 'sientia-dataops-library'
|
|
secrets: inherit |