Skip to content

Commit bb1f25e

Browse files
committed
Merge branch 'main' into 3-configure-node-selection
2 parents 374eda6 + 0205e60 commit bb1f25e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
113113
with:
114114
submodules: recursive
115-
- uses: EmbarkStudios/cargo-deny-action@3481b77dfd7b1d3c62bebdbfb57695131cd59c8f # tag=v1.2.17
115+
- uses: EmbarkStudios/cargo-deny-action@30ecad1d5873c1cc2cad10a33637371ca094768b # tag=v1.3.1
116116
with:
117117
command: check ${{ matrix.checks }}
118118

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ repos:
3333
rev: 4.0.1
3434
hooks:
3535
- id: flake8
36-
37-
- repo: https://github.com/PyCQA/pylint
38-
rev: v2.13.9
39-
hooks:
40-
- id: pylint

tests/kuttl-test.yaml.jinja2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ testDirs:
88

99
startKIND: false
1010
suppress: ["events"]
11+
parallel: 2

0 commit comments

Comments
 (0)