Skip to content

Commit 569d346

Browse files
committed
Skip duplicated pre-commit checks in CI
We do these checks in other CI jobs, so there's no need to do them again here.
1 parent 9da5450 commit 569d346

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
restore-keys: |
5050
pre-commit-3|
5151
- name: ✅ Run Pre-commit Hooks
52+
env:
53+
SKIP: "checkov,tflint,rubocop,terraform-fmt"
5254
run: |
5355
# shellcheck disable=SC2296
5456
pre-commit run --show-diff-on-failure --color=always \

0 commit comments

Comments
 (0)