From b6d2652c2b16ffc59af57e9a7792816addc43d00 Mon Sep 17 00:00:00 2001 From: Linus Oleander <220827+oleander@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:12:18 +0100 Subject: [PATCH] Add conditional to exclude macOS runners --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e579152d..3720b6ef 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,6 +57,7 @@ jobs: run: bundle exec exe/git-fame --log-level debug - name: Codeclimate (code coverage) + if: runner.os != 'macos' uses: paambaati/codeclimate-action@v9 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}