Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aon committed Aug 17, 2023
1 parent efdb54d commit 0a7682d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: General Rust
name: Test Detectors

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0a7682d

Please sign in to comment.