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