Skip to content

Commit 6913eda

Browse files
committed
chore: remove custom version lint job
1 parent 12dedaa commit 6913eda

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,9 @@ on:
44
workflow_call
55

66
jobs:
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

0 commit comments

Comments
 (0)