Skip to content

Commit

Permalink
[OE] skip running tests if CODEOWNERS was change (#7197) (#7210)
Browse files Browse the repository at this point in the history
* [OE] skip running tests if CODEOWNERS was change



* Changeset file for PR #7197 created/updated

---------



(cherry picked from commit 87627af)

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent 0b6ca1c commit a39f1c7
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -11,13 +11,15 @@ on:
- '**/*.md'
- 'docs/**'
- '.lycheeignore'
- 'CODEOWNERS'
- 'changelogs/fragments/**'
pull_request:
branches: [ '**', '!feature/**' ]
paths-ignore:
- '**/*.md'
- 'docs/**'
- '.lycheeignore'
- 'CODEOWNERS'
- 'changelogs/fragments/**'

env:
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/7197.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
chore:
- Skip running tests for updates in CODEOWNERS ([#7197](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7197))

0 comments on commit a39f1c7

Please sign in to comment.