Merge pull request #1942 from grouville/fix-ci
Exclude docs from universe and integration tests
This commit is contained in:
commit
eb48a765ad
39
.github/workflows/test-integration.yml
vendored
39
.github/workflows/test-integration.yml
vendored
@ -4,27 +4,30 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.bash'
|
||||
- '**.go'
|
||||
- '**.cue'
|
||||
- '**.bats'
|
||||
- 'Makefile'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- '.github/workflows/test-integration.yml'
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "**.go"
|
||||
- "**.cue"
|
||||
- "**.bats"
|
||||
- "Makefile"
|
||||
- "go.mod"
|
||||
- "go.sum"
|
||||
- ".github/workflows/test-integration.yml"
|
||||
- "!docs/**"
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.bash'
|
||||
- '**.go'
|
||||
- '**.cue'
|
||||
- '**.bats'
|
||||
- 'Makefile'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- '.github/workflows/test-integration.yml'
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "**.go"
|
||||
- "**.cue"
|
||||
- "**.bats"
|
||||
- "Makefile"
|
||||
- "go.mod"
|
||||
- "go.sum"
|
||||
- ".github/workflows/test-integration.yml"
|
||||
- "!docs/**"
|
||||
|
||||
jobs:
|
||||
test-integration:
|
||||
|
39
.github/workflows/test-universe.yml
vendored
39
.github/workflows/test-universe.yml
vendored
@ -4,27 +4,30 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.bash'
|
||||
- '**.go'
|
||||
- '**.cue'
|
||||
- '**.bats'
|
||||
- 'Makefile'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- '.github/workflows/test-universe.yml'
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "**.go"
|
||||
- "**.cue"
|
||||
- "**.bats"
|
||||
- "Makefile"
|
||||
- "go.mod"
|
||||
- "go.sum"
|
||||
- ".github/workflows/test-universe.yml"
|
||||
- "!docs/**"
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths:
|
||||
- '**.sh'
|
||||
- '**.bash'
|
||||
- '**.go'
|
||||
- '**.cue'
|
||||
- '**.bats'
|
||||
- 'Makefile'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- '.github/workflows/test-universe.yml'
|
||||
- "**.sh"
|
||||
- "**.bash"
|
||||
- "**.go"
|
||||
- "**.cue"
|
||||
- "**.bats"
|
||||
- "Makefile"
|
||||
- "go.mod"
|
||||
- "go.sum"
|
||||
- ".github/workflows/test-universe.yml"
|
||||
- "!docs/**"
|
||||
|
||||
jobs:
|
||||
universe-europa-tests:
|
||||
|
Reference in New Issue
Block a user