Merge pull request #2513 from spotify/freben/less-e2e
fix(workflows): do not run e2e when contrib or docs change
This commit is contained in:
@@ -3,6 +3,8 @@ name: E2E Test Linux
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'contrib/**'
|
||||
- 'docs/**'
|
||||
- 'microsite/**'
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user