Only run test-ui, and percy, in the event that a push/pr touches the ui directory (#19038)

This commit is contained in:
Phil Renaud
2023-11-08 20:12:54 -05:00
committed by GitHub
parent 128c71b579
commit 6cd706f460

View File

@@ -1,39 +1,15 @@
name: test-ui
on:
pull_request:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- '.changelog/**'
- '.tours/**'
- 'contributing/**'
- 'demo/**'
- 'dev/**'
- 'e2e/**'
- 'integrations/**'
- 'pkg/**'
- 'scripts/**'
- 'terraform/**'
- 'website/**'
paths:
- 'ui'
push:
branches:
- main
- release/**
- test-ui
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- '.changelog/**'
- '.tours/**'
- 'contributing/**'
- 'demo/**'
- 'dev/**'
- 'e2e/**'
- 'integrations/**'
- 'pkg/**'
- 'scripts/**'
- 'terraform/**'
- 'website/**'
paths:
- 'ui'
jobs:
pre-test: