gha: standalone import-check (#48873)

This commit is contained in:
Harmen Stoppels
2025-02-04 22:18:30 +01:00
committed by GitHub
parent 15c989b3fe
commit 5d87166c07
3 changed files with 53 additions and 43 deletions

View File

@@ -81,6 +81,10 @@ jobs:
with:
with_coverage: ${{ needs.changes.outputs.core }}
import-check:
needs: [ changes ]
uses: ./.github/workflows/import-check.yaml
all-prechecks:
needs: [ prechecks ]
if: ${{ always() }}