Skip to content

Commit

Permalink
Revert Code Quality CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
grega committed Jan 17, 2024
1 parent 368f7e3 commit 1ce8fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
test:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/test.yml
code_quality:
if: github.ref_type == 'branch' && github.ref_name != 'main'
uses: ./.github/workflows/code_quality.yml
# code_quality:
# if: github.ref_type == 'branch' && github.ref_name != 'main'
# uses: ./.github/workflows/code_quality.yml
17 changes: 0 additions & 17 deletions .github/workflows/code_quality.yml

This file was deleted.

0 comments on commit 1ce8fb8

Please sign in to comment.