From 3c9a5ca624dd5e822d15edf5491887d93561bb29 Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:01:17 +0100 Subject: [PATCH] :recycle: fix typo in PR action --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 18a289a9..89f5020f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -23,6 +23,6 @@ jobs: needs: test-units secrets: inherit test-code-samples: - uses: ./.github/workflows/_smoke-tests.yml + uses: ./.github/workflows/_smoke-test.yml needs: test-units secrets: inherit