Skip to content

Commit

Permalink
Reverse logic
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjorjo authored Jan 3, 2025
1 parent da66c99 commit 63317b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: ${{ (matrix.language == 'csharp' && 0) || 1 }}
fetch-depth: ${{ (matrix.language != 'csharp' && 1) || 0 }}

- name: Setup dotnet
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 63317b7

Please sign in to comment.