Skip to content
Snippets Groups Projects
Unverified Commit 8bf35e53 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Do not run backend tests on unrelated changes (#23425)


* Do not run backend tests on unrelated changes

* Set explicit frontend test paths

Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>

Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>
parent 4d14b707
Branches
Tags
No related merge requests found
......@@ -6,6 +6,11 @@ on:
- 'master'
- 'release-**'
pull_request:
paths-ignore:
- "docs/**"
- "**.md"
- "frontend/test/**"
- "enterprise/frontend/test/**"
jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment