From 7f7ac2816eec897cbfa3d21b673d6eb8f88c6156 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Wed, 1 Jan 2025 01:48:37 +0100 Subject: [PATCH] Update perfomance.yml --- .github/workflows/perfomance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perfomance.yml b/.github/workflows/perfomance.yml index 88d0336..d35cd3c 100644 --- a/.github/workflows/perfomance.yml +++ b/.github/workflows/perfomance.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - oscript_version: ['dev', 'lts-dev', 'default'] + oscript_version: ['dev', 'default'] uses: autumn-library/workflows/.github/workflows/test.yml@main with: oscript_version: ${{ matrix.oscript_version }}