Skip to content

Commit

Permalink
Add examples/ to CI UT/IT ignore (#14306)
Browse files Browse the repository at this point in the history
* Skip UT/IT on examples only changes.
  • Loading branch information
abhishekrb19 committed May 18, 2023
1 parent 7400ed3 commit c546df3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/unit-and-integration-tests-unified.yml
Expand Up @@ -17,24 +17,26 @@ name: Unit & Integration tests CI
on:
push:
paths-ignore:
- 'docs/**'
- 'website/**'
- '**/*.md'
- 'dev/**'
- 'docs/**'
- 'examples/**'
- 'helm/**'
- 'web-console/**'
- '**/*.md'
- 'website/**'
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+' # release branches
- '[0-9]+.[0-9]+.[0-9]+-[A-Za-z0-9]+' # release branches
pull_request:
paths-ignore:
- 'docs/**'
- 'website/**'
- '**/*.md'
- 'dev/**'
- 'docs/**'
- 'examples/**'
- 'helm/**'
- 'web-console/**'
- '**/*.md'
- 'website/**'
branches:
- master
- '[0-9]+.[0-9]+.[0-9]+' # release branches
Expand Down

0 comments on commit c546df3

Please sign in to comment.