From 72f993783b7a3b64d715f20c6f708cc5bac499db Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:44:30 +0100 Subject: [PATCH] :recycle: fix cron not targetting new test --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index def4cba7..3fb7ea53 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -9,5 +9,5 @@ jobs: uses: mindee/mindee-api-python/.github/workflows/_test-regressions.yml@main secrets: inherit test-code-samples: - uses: mindee/mindee-api-python/.github/workflows/_test-code-samples.yml@main + uses: mindee/mindee-api-python/.github/workflows/_smoke_test.yml@main secrets: inherit