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:
Ben Lambert
2020-09-18 14:17:16 +02:00
committed by GitHub
+2
View File
@@ -3,6 +3,8 @@ name: E2E Test Linux
on:
pull_request:
paths-ignore:
- 'contrib/**'
- 'docs/**'
- 'microsite/**'
jobs: