We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c5613 commit c1dd24eCopy full SHA for c1dd24e
.github/workflows/validate-chart.yaml
@@ -6,8 +6,8 @@ on:
6
- 'charts/**'
7
- '.github/workflows/validate-chart.yaml'
8
- '!charts/actions-runner-controller/docs/**'
9
- - '!charts/actions-runner-controller-2/**'
10
- - '!charts/auto-scaling-runner-set/**'
+ - '!charts/actions-runner-controller-*/**'
+ - '!charts/auto-scaling-*/**'
11
- '!**.md'
12
workflow_dispatch:
13
env:
0 commit comments