Skip to content

Commit 22ee071

Browse files
committed
Excluce 'bench' from pr unittest
1 parent 0c708df commit 22ee071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)