Skip to content

Commit 307290a

Browse files
Code review skipped and increased linter time.
1 parent dea2dbe commit 307290a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ai-code-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
code_review:
11+
if: false
1112
uses: Checkmarx/plugins-release-workflow/.github/workflows/ai-code-review.yml@main
1213
with:
1314
open_ai_model: "gpt-4-1106-preview"

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
version: "2"
44
run:
5-
timeout: 5m
5+
timeout: 10m
66

77
linters:
88
enable:

0 commit comments

Comments
 (0)