Skip to content

Commit cc31cfa

Browse files
Ariouztimfel
authored andcommitted
Excluce 'bench' from pr unittest
1 parent 52cd460 commit cc31cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
needs: build-standalone-artifacts
1818
uses: ./.github/workflows/ci-matrix-gen.yml
1919
with:
20-
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build)).*$
20+
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$

0 commit comments

Comments
 (0)