Ignore the new helm charts path for now. (#2165)

This commit is contained in:
Tingluo Huang
2023-01-17 10:26:53 -05:00
committed by GitHub
parent 3e88ae2d38
commit 619667fc3b
2 changed files with 4 additions and 0 deletions

View File

@@ -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:

View File

@@ -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: