From 8591498d21c3f5e8a61b3b8d9198c255ea7757a1 Mon Sep 17 00:00:00 2001 From: Badisi Date: Mon, 9 Sep 2024 16:01:03 +0200 Subject: [PATCH] fix(ci): cyclic test_numeric-stepper --- .github/workflows/ci_test_numeric-stepper.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci_test_numeric-stepper.yml b/.github/workflows/ci_test_numeric-stepper.yml index 8c8fae5..5cf2b2c 100644 --- a/.github/workflows/ci_test_numeric-stepper.yml +++ b/.github/workflows/ci_test_numeric-stepper.yml @@ -26,12 +26,3 @@ jobs: node-versions: '[18, 20]' lint: true test: true - - ci_test_deps: - needs: ci_test_numeric-stepper - runs-on: 'ubuntu-latest' - steps: - - name: Test numeric-stepper - uses: peter-evans/repository-dispatch@v3 - with: - event-type: test_numeric-stepper