There was an error while loading. Please reload this page.
1 parent 19ed494 commit 7248b25Copy full SHA for 7248b25
1 file changed
.github/workflows/pr-heavy.yml
@@ -11,10 +11,6 @@ on:
11
- "Rakefile"
12
- "Appraisals"
13
- "ruby_llm.gemspec"
14
- - ".gitleaks.toml"
15
- - ".gitleaksignore"
16
- - ".github/workflows/_gitleaks.yml"
17
- - ".github/workflows/_lint.yml"
18
- ".github/workflows/_test-matrix.yml"
19
- ".github/workflows/pr-heavy.yml"
20
@@ -26,17 +22,7 @@ concurrency:
26
22
cancel-in-progress: true
27
23
28
24
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
38
25
test:
39
- needs: [gitleaks, lint]
40
uses: ./.github/workflows/_test-matrix.yml
41
with:
42
bundler-cache: false
0 commit comments