Skip to content

Commit caf4073

Browse files
committed
Fix CI
1 parent d6ff24a commit caf4073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Run all tests
1414

1515
# Only run for the main repository - not forks
16-
if: ${{ github.repository == 'Dlang-UPB/D-Scanner' }}
16+
if: ${{ github.repository == 'dlang-community/D-Scanner' }}
1717

1818
# Run permutations of common os + host compilers
1919
strategy:

0 commit comments

Comments
 (0)