ci:
- run k3d-ci on all changes to charts or backend, including PRs (faster) - run microk8s and k3d-log-ci only on commits to main that change charts or backend (slower) - run lint on all changes to backend, including PRs fix
This commit is contained in:
parent
95155e6fbf
commit
3261e7d666
6
.github/workflows/k3d-ci.yaml
vendored
6
.github/workflows/k3d-ci.yaml
vendored
@ -2,8 +2,10 @@ name: Cluster Run (K3d)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'backend/**'
|
||||
- 'chart/**'
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- 'backend/**'
|
||||
|
1
.github/workflows/k3d-log-ci.yaml
vendored
1
.github/workflows/k3d-log-ci.yaml
vendored
@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- 'backend/**'
|
||||
- 'chart/**'
|
||||
|
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -2,8 +2,6 @@ name: Backend Lint Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'backend/**'
|
||||
pull_request:
|
||||
|
2
.github/workflows/microk8s-ci.yaml
vendored
2
.github/workflows/microk8s-ci.yaml
vendored
@ -4,11 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths:
|
||||
- 'backend/**'
|
||||
- 'chart/**'
|
||||
|
||||
jobs:
|
||||
btrix-microk8s-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user