Merge pull request #869 from eclipse-tractusx/chore/update-irs-regist… #1083
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |