Skip to content

Commit

Permalink
Skip tests for changes within docs/ folder (#3197)
Browse files Browse the repository at this point in the history
Add workflow to skip the changes within the docs/ folder

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
(cherry picked from commit 1d4bbe7)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and abbyhu2000 committed Jan 6, 2023
1 parent 99353ea commit b553480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ on:
branches: [ '**', '!feature/**', '!backport/**' ]
paths-ignore:
- '**/*.md'
- 'docs/**'
pull_request:
branches: [ '**', '!feature/**' ]
paths-ignore:
- '**/*.md'
- 'docs/**'

env:
TEST_BROWSER_HEADLESS: 1
Expand Down

0 comments on commit b553480

Please sign in to comment.