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