- 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:
Ilya Kreymer 2023-02-08 11:22:12 -08:00
parent 95155e6fbf
commit 3261e7d666
4 changed files with 4 additions and 7 deletions

View File

@ -2,8 +2,10 @@ name: Cluster Run (K3d)
on:
push:
branches:
- main
paths:
- 'backend/**'
- 'chart/**'
pull_request:
paths:
- 'backend/**'

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- main
pull_request:
paths:
- 'backend/**'
- 'chart/**'

View File

@ -2,8 +2,6 @@ name: Backend Lint Check
on:
push:
branches:
- main
paths:
- 'backend/**'
pull_request:

View File

@ -4,11 +4,9 @@ on:
push:
branches:
- main
pull_request:
paths:
- 'backend/**'
- 'chart/**'
jobs:
btrix-microk8s-test:
runs-on: ubuntu-latest