Skip to content

Commit 1ce8fb8

Browse files
committed
Revert Code Quality CI check
1 parent 368f7e3 commit 1ce8fb8

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
test:
1111
if: github.ref_type == 'branch' && github.ref_name != 'main'
1212
uses: ./.github/workflows/test.yml
13-
code_quality:
14-
if: github.ref_type == 'branch' && github.ref_name != 'main'
15-
uses: ./.github/workflows/code_quality.yml
13+
# code_quality:
14+
# if: github.ref_type == 'branch' && github.ref_name != 'main'
15+
# uses: ./.github/workflows/code_quality.yml

.github/workflows/code_quality.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)