Merge pull request #1942 from grouville/fix-ci

Exclude docs from universe and integration tests
This commit is contained in:
Gerhard Lazu 2022-03-30 17:19:13 +01:00 committed by GitHub
commit eb48a765ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 36 deletions

View File

@ -4,27 +4,30 @@ on:
push: push:
branches: [main] branches: [main]
paths: paths:
- '**.sh' - "**.sh"
- '**.bash' - "**.bash"
- '**.go' - "**.go"
- '**.cue' - "**.cue"
- '**.bats' - "**.bats"
- 'Makefile' - "Makefile"
- 'go.mod' - "go.mod"
- 'go.sum' - "go.sum"
- '.github/workflows/test-integration.yml' - ".github/workflows/test-integration.yml"
- "!docs/**"
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths:
- '**.sh' - "**.sh"
- '**.bash' - "**.bash"
- '**.go' - "**.go"
- '**.cue' - "**.cue"
- '**.bats' - "**.bats"
- 'Makefile' - "Makefile"
- 'go.mod' - "go.mod"
- 'go.sum' - "go.sum"
- '.github/workflows/test-integration.yml' - ".github/workflows/test-integration.yml"
- "!docs/**"
jobs: jobs:
test-integration: test-integration:

View File

@ -4,27 +4,30 @@ on:
push: push:
branches: [main] branches: [main]
paths: paths:
- '**.sh' - "**.sh"
- '**.bash' - "**.bash"
- '**.go' - "**.go"
- '**.cue' - "**.cue"
- '**.bats' - "**.bats"
- 'Makefile' - "Makefile"
- 'go.mod' - "go.mod"
- 'go.sum' - "go.sum"
- '.github/workflows/test-universe.yml' - ".github/workflows/test-universe.yml"
- "!docs/**"
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths:
- '**.sh' - "**.sh"
- '**.bash' - "**.bash"
- '**.go' - "**.go"
- '**.cue' - "**.cue"
- '**.bats' - "**.bats"
- 'Makefile' - "Makefile"
- 'go.mod' - "go.mod"
- 'go.sum' - "go.sum"
- '.github/workflows/test-universe.yml' - ".github/workflows/test-universe.yml"
- "!docs/**"
jobs: jobs:
universe-europa-tests: universe-europa-tests: