Ignore the new helm charts path for now. (#2165)
This commit is contained in:
parent
3e88ae2d38
commit
619667fc3b
|
|
@ -10,6 +10,8 @@ on:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
- '.github/workflows/publish-chart.yaml'
|
- '.github/workflows/publish-chart.yaml'
|
||||||
- '!charts/actions-runner-controller/docs/**'
|
- '!charts/actions-runner-controller/docs/**'
|
||||||
|
- '!charts/actions-runner-controller-2/**'
|
||||||
|
- '!charts/auto-scaling-runner-set/**'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ on:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
- '.github/workflows/validate-chart.yaml'
|
- '.github/workflows/validate-chart.yaml'
|
||||||
- '!charts/actions-runner-controller/docs/**'
|
- '!charts/actions-runner-controller/docs/**'
|
||||||
|
- '!charts/actions-runner-controller-2/**'
|
||||||
|
- '!charts/auto-scaling-runner-set/**'
|
||||||
- '!**.md'
|
- '!**.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue