Skip to content

Commit 2c859ff

Browse files
committed
RHOAIENG-21668: chore(gha): disable checking ./ci/secrets with linters
1 parent a9e4e0f commit 2c859ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-quality.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4
8282

83+
- name: Do not check secrets, they are encrypted
84+
run: rm -rf ./ci/secrets
85+
8386
- name: Validate YAML files (best code practices check included)
8487
id: validate-yaml-files
8588
run: |

0 commit comments

Comments
 (0)