From caf4073733e8eddfb017c806e05dc11d7a4d7d91 Mon Sep 17 00:00:00 2001 From: Vladiwostok Date: Mon, 23 Dec 2024 16:01:03 +0200 Subject: [PATCH] Fix CI --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: