Skip to content

Commit

Permalink
💚 Codacy should only run against Org (truthencode) not personal fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
adarro committed Aug 25, 2024
1 parent aff5202 commit 438ad10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codacy_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions: read-all
- main
jobs:
codacy-security-scan:
if: github.repository == 'truthencode/ddo-calc'
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
Expand All @@ -28,6 +29,7 @@ jobs:
with:
sarif_file: results.sarif
codacy-analysis-cli:
if: github.repository == 'truthencode/ddo-calc'
name: Codacy Analysis CLI
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 438ad10

Please sign in to comment.