File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copyright 2026 Google LLC
2+ #
3+ # Licensed under the Apache License, Version 2.0 (the "License");
4+ # you may not use this file except in compliance with the License.
5+ # You may obtain a copy of the License at
6+ #
7+ # http://www.apache.org/licenses/LICENSE-2.0
8+ #
9+ # Unless required by applicable law or agreed to in writing, software
10+ # distributed under the License is distributed on an "AS IS" BASIS,
11+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ # See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
15+ name : lint
16+
17+ on :
18+ push :
19+ paths-ignore :
20+ - " skills/**"
21+ pull_request :
22+ paths-ignore :
23+ - " skills/**"
24+ pull_request_target :
25+ types : [labeled]
26+ paths-ignore :
27+ - " skills/**"
28+ workflow_dispatch :
29+
30+ jobs :
31+ skills-validate :
32+ runs-on : ubuntu-latest
33+ steps :
34+ - name : Skip Skill Validation
35+ run : |
36+ echo "No changes detected in 'skills/' directory. Skipping validation."
37+ echo "This job ensures the required 'skills-validate' status check passes."
Original file line number Diff line number Diff line change @@ -16,16 +16,15 @@ name: Validate Skills
1616
1717on :
1818 push :
19- branches :
20- - main
2119 paths :
2220 - " skills/**"
2321 pull_request :
24- branches :
25- - main
2622 paths :
2723 - " skills/**"
28- workflow_dispatch :
24+ pull_request_target :
25+ types : [labeled]
26+ paths :
27+ - " skills/**"
2928
3029jobs :
3130 skills-validate :
You can’t perform that action at this time.
0 commit comments