We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ff24a commit caf4073Copy full SHA for caf4073
.github/workflows/default.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Run all tests
14
15
# Only run for the main repository - not forks
16
- if: ${{ github.repository == 'Dlang-UPB/D-Scanner' }}
+ if: ${{ github.repository == 'dlang-community/D-Scanner' }}
17
18
# Run permutations of common os + host compilers
19
strategy:
0 commit comments