mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
ci: correctly ignore subpaths in gha
This commit is contained in:
24
.github/workflows/test-core.yaml
vendored
24
.github/workflows/test-core.yaml
vendored
@@ -7,18 +7,18 @@ on:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'CHANGELOG.md'
|
||||
- '.changelog/*'
|
||||
- '.tours/*'
|
||||
- 'contributing/*'
|
||||
- 'demo/*'
|
||||
- 'dev/*'
|
||||
- 'e2e/terraform/*'
|
||||
- 'integrations/*'
|
||||
- 'pkg/*'
|
||||
- 'scripts/*'
|
||||
- 'terraform/*'
|
||||
- 'ui/*'
|
||||
- 'website/*'
|
||||
- '.changelog/**'
|
||||
- '.tours/**'
|
||||
- 'contributing/**'
|
||||
- 'demo/**'
|
||||
- 'dev/**'
|
||||
- 'e2e/terraform/**'
|
||||
- 'integrations/**'
|
||||
- 'pkg/**'
|
||||
- 'scripts/**'
|
||||
- 'terraform/**'
|
||||
- 'ui/**'
|
||||
- 'website/**'
|
||||
env:
|
||||
VERBOSE: 1
|
||||
GO_VERSION: 1.17.7
|
||||
|
||||
Reference in New Issue
Block a user