File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 44 workflow_call
55
66jobs :
7- # Job that runs when custom version testing is enabled - just completes successfully
8- skip-lint :
9- name : Skip Lint (Custom Version Testing)
10- runs-on : ubuntu-latest
11- if : contains(github.event.pull_request.labels.*.name, 'test-core-dev-version')
12- permissions :
13- contents : read
14- steps :
15- - name : Skip lint for custom version testing
16- run : |
17- echo "Custom version testing enabled - skipping normal lint process"
18- echo "This job completes successfully to allow PR merging"
19-
20- # Job that runs normal lint process when custom version testing is NOT enabled
217 lint :
228 name : Lint
239 runs-on : ubuntu-latest
24- if : " !contains(github.event.pull_request.labels.*.name, 'test-core-dev-version')"
2510 permissions :
2611 contents : read
2712
You can’t perform that action at this time.
0 commit comments