Skip to content

Commit

Permalink
remove path filters from CI checks (#58)
Browse files Browse the repository at this point in the history
* add unified ci

* easy button

* remove unified ci

---------

Co-authored-by: Alonso Guevara <[email protected]>
  • Loading branch information
darthtrevino and AlonsoGuevara authored Apr 4, 2024
1 parent e31b649 commit e5a45ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/javascript-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ on:
branches: [main]
pull_request:
paths:
- "docsite/**/*"
- "**/*.ts"
- "**/*.tsx"
- "**/*.js"
- "**/*.mjs"
- "**/*.cjs"
- "**/*.json"
- "yarn.lock"
- .github/workflows/javascript-ci.yml
'**/*'
jobs:
javascript-ci:
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on:
branches: [main]
pull_request:
paths:
- 'graphrag/**/*'
- '**/*.py'
- '**/*.toml'
- '**/*.ipynb'
- .github/workflows/python-ci.yml
'**/*'
jobs:
python-ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5a45ac

Please sign in to comment.