Skip to content

Commit

Permalink
fix: drop qodana from main ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon authored Feb 15, 2024
1 parent 3b164f4 commit 75babc5
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,3 @@ jobs:
actions: "read"
contents: "read"
security-events: "write"

##
## Job: Checks with Qodana
##
check-qodana:
name: "Checks"
uses: ./.github/workflows/checks.qodana.yml
needs: [build]
secrets:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
BUILDLESS_APIKEY: ${{ secrets.BUILDLESS_APIKEY }}
permissions:
contents: "read"

0 comments on commit 75babc5

Please sign in to comment.