mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Only run test-ui, and percy, in the event that a push/pr touches the ui directory (#19038)
This commit is contained in:
32
.github/workflows/test-ui.yml
vendored
32
.github/workflows/test-ui.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user