From 0a7682df69d2d2908eb8db90b0b7adb4db28dbd0 Mon Sep 17 00:00:00 2001 From: aon <21188659+aon@users.noreply.github.com> Date: Wed, 16 Aug 2023 23:19:15 -0300 Subject: [PATCH] Fix ci --- .github/workflows/test-detectors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-detectors.yml b/.github/workflows/test-detectors.yml index 3b55665a..68ec211f 100644 --- a/.github/workflows/test-detectors.yml +++ b/.github/workflows/test-detectors.yml @@ -1,4 +1,4 @@ -name: General Rust +name: Test Detectors on: push: @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v3 - name: Check test matrix - run: python scripts/check_test_matrix.py .github/workflows/test-detectors-yml .github/workflows/test-detectors.yml + run: python scripts/check-ci-detectors.py .github/workflows/test-detectors-yml .github/workflows/test-detectors.yml build: name: Build