Skip to content

Commit

Permalink
Disable the quality workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Jan 15, 2025
1 parent 8285309 commit 930c099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ jobs:
quality:
needs: [build]
if: github.event_name == 'push' && github.repository == 'smallrye/smallrye-graphql'
# if: github.event_name == 'push' && github.repository == 'smallrye/smallrye-graphql'
# TODO: sonar isn't properly set up now, so skipping this
if: false
runs-on: ubuntu-latest
name: quality

Expand Down

0 comments on commit 930c099

Please sign in to comment.