Skip to content

Commit

Permalink
TEST-#4613: Skip fuzzydata test for docs-only changes. (#4614)
Browse files Browse the repository at this point in the history
Signed-off-by: mvashishtha <mahesh@ponder.io>
  • Loading branch information
mvashishtha committed Jun 28, 2022
1 parent 4ee284c commit 3982306
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ci
on:
pull_request:
paths:
# NOTE: keep these paths in sync with the paths that trigger the
# fuzzydata Github Actions in .github/workflows/fuzzydata-test.yml
- .github/**
- asv_bench/**
- modin/**
Expand Down
16 changes: 15 additions & 1 deletion .github/workflows/fuzzydata-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
name: fuzzy
on: pull_request
on:
pull_request:
paths:
# NOTE: keep these paths in sync with the paths that trigger the CI Github
# Actions in .github/workflows/ci.yml
- .github/**
- asv_bench/**
- modin/**
- requirements/**
- scripts/**
- environment-dev.yml
- requirements-dev.txt
- setup.cfg
- setup.py
- versioneer.py
jobs:
test-fuzzydata:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3982306

Please sign in to comment.