We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5646b93 commit 9681e79Copy full SHA for 9681e79
.github/workflows/ci.yml
@@ -10,7 +10,6 @@ jobs:
10
test:
11
if: github.ref_type == 'branch' && github.ref_name != 'main'
12
uses: ./.github/workflows/test.yml
13
-
14
-# code_quality:
15
-# if: github.ref_type == 'branch' && github.ref_name != 'main'
16
-# uses: ./.github/workflows/code_quality.yml
+ code_quality:
+ if: github.ref_type == 'branch' && github.ref_name != 'main'
+ uses: ./.github/workflows/code_quality.yml
0 commit comments