Skip to content

Commit

Permalink
do not filter paths in pull_request workflow for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 22, 2021
1 parent 98cf388 commit 67c2263
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 67c2263

Please sign in to comment.