From d2ef7fc47b9e27618ca18f14a37bba870ad732b3 Mon Sep 17 00:00:00 2001 From: Vladiwostok Date: Sun, 12 Jan 2025 16:06:23 +0200 Subject: [PATCH] Fix CI --- .github/workflows/default.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index e02b96e..e2ff8ce 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -6,14 +6,13 @@ on: push: branches: - master - - replace_libdparse jobs: main: 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: @@ -169,7 +168,6 @@ jobs: "./bin/dscanner$EXE" --styleCheck -f "$FORMAT" src - name: Integration Tests -# run: ./it.sh run: | if [ "$RUNNER_OS" == "Windows" ]; then ./it.sh Windows