Skip to content

Commit 7248b25

Browse files
committed
Remove gitleaks and lint steps from pr heavy ci
1 parent 19ed494 commit 7248b25

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/pr-heavy.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
- "Rakefile"
1212
- "Appraisals"
1313
- "ruby_llm.gemspec"
14-
- ".gitleaks.toml"
15-
- ".gitleaksignore"
16-
- ".github/workflows/_gitleaks.yml"
17-
- ".github/workflows/_lint.yml"
1814
- ".github/workflows/_test-matrix.yml"
1915
- ".github/workflows/pr-heavy.yml"
2016

@@ -26,17 +22,7 @@ concurrency:
2622
cancel-in-progress: true
2723

2824
jobs:
29-
gitleaks:
30-
uses: ./.github/workflows/_gitleaks.yml
31-
32-
lint:
33-
uses: ./.github/workflows/_lint.yml
34-
with:
35-
ruby-version: "4.0"
36-
bundler-cache: false
37-
3825
test:
39-
needs: [gitleaks, lint]
4026
uses: ./.github/workflows/_test-matrix.yml
4127
with:
4228
bundler-cache: false

0 commit comments

Comments
 (0)