From cba1b204898dabf9dfef4d7b4e94c38d45444c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Tcho=C5=84?= Date: Wed, 16 Oct 2024 15:19:55 +0200 Subject: [PATCH] :construction_worker: Run all tests only on PR, 1 otherwise --- .github/actions/tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tests/action.yml b/.github/actions/tests/action.yml index d3553a5..d03c766 100644 --- a/.github/actions/tests/action.yml +++ b/.github/actions/tests/action.yml @@ -2,7 +2,7 @@ name: Run Tests description: Run tests, linting, coverage, docs check runs: - using: "bash" + using: "composite" steps: - name: Check-out repository