Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
do not filter paths in pull_request workflow for tests
- Loading branch information
Showing
with
2 additions
and
9 deletions.
-
+2
−9
.github/workflows/run-tests.yml
|
@@ -18,15 +18,8 @@ on: |
|
|
branches: |
|
|
- master |
|
|
- release-** |
|
|
paths: |
|
|
- 'src/**' |
|
|
- 'external/**' |
|
|
- 'python/**' |
|
|
- 'tests/**' |
|
|
- 'CMakeLists.txt' |
|
|
- '.github/workflows/run-tests.yml' |
|
|
- '.docker/**' |
|
|
- '.ci/**' |
|
|
# paths cannot be filtered on this workflow on pull request as it is a required one in the branch protection |
|
|
# feature request and hacks: https://github.community/t/feature-request-conditional-required-checks/16761 |
|
|
|
|
|
jobs: |
|
|
build: |
|
|