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 368f7e3 commit 1ce8fb8Copy full SHA for 1ce8fb8
.github/workflows/ci.yml
@@ -10,6 +10,6 @@ jobs:
10
test:
11
if: github.ref_type == 'branch' && github.ref_name != 'main'
12
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
+ # code_quality:
+ # if: github.ref_type == 'branch' && github.ref_name != 'main'
+ # uses: ./.github/workflows/code_quality.yml
.github/workflows/code_quality.yml
0 commit comments