From c1727f75e7ad746b5fe49afa79254239be898425 Mon Sep 17 00:00:00 2001 From: Nikola Davidova Date: Tue, 9 Jun 2026 15:24:32 +0200 Subject: [PATCH] Make container-tests depend on distgen-check Co-Authored-By: Claude Opus 4.6 --- .github/workflows/container-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-tests.yml b/.github/workflows/container-tests.yml index ee503d08..cd05628b 100644 --- a/.github/workflows/container-tests.yml +++ b/.github/workflows/container-tests.yml @@ -8,7 +8,7 @@ jobs: check-readme: uses: "sclorg/ci-actions/.github/workflows/check-readme.yml@main" container-tests: - needs: check-readme + needs: [check-readme, distgen-check] uses: "sclorg/ci-actions/.github/workflows/container-tests.yml@main" with: enabled-tests: '["container","container-pytest","openshift-pytest"]'