Skip to content

chore(workflows): replace hardcoded GH repo URL with variables #1084

chore(workflows): replace hardcoded GH repo URL with variables

chore(workflows): replace hardcoded GH repo URL with variables #1084

Workflow file for this run

name: "Quality Checks (Release Guidelines)"
on:
workflow_dispatch: # Trigger manually
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check-quality:
name: Check quality guidelines
uses: eclipse-tractusx/sig-infra/.github/workflows/reusable-quality-checks.yaml@main
secrets: inherit