diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index e02b96e8..e594afc9 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -13,7 +13,7 @@ jobs: name: Run all tests # Only run for the main repository - not forks - if: ${{ github.repository == 'Dlang-UPB/D-Scanner' }} + if: ${{ github.repository == 'dlang-community/D-Scanner' }} # Run permutations of common os + host compilers strategy: