From 5fea92e2fd62a1bc7ea9aec76bc4683e85897bf8 Mon Sep 17 00:00:00 2001 From: liamhuber Date: Wed, 8 Jan 2025 13:13:05 -0800 Subject: [PATCH] Change codacy to default off Signed-off-by: liamhuber --- .github/workflows/push-pull.yml | 2 +- .github/workflows/tests-and-coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-pull.yml b/.github/workflows/push-pull.yml index f1bc819..4902b99 100644 --- a/.github/workflows/push-pull.yml +++ b/.github/workflows/push-pull.yml @@ -39,7 +39,7 @@ on: do-codacy: type: boolean description: 'Whether to push the report to codacy after generating coverage. If neither do-coveralls nor do-codacy are true, the coveralls-and-codacy job is skipped.' - default: true + default: false required: false do-benchmark-tests: type: boolean diff --git a/.github/workflows/tests-and-coverage.yml b/.github/workflows/tests-and-coverage.yml index 995c35d..b21f77d 100644 --- a/.github/workflows/tests-and-coverage.yml +++ b/.github/workflows/tests-and-coverage.yml @@ -56,7 +56,7 @@ on: do-codacy: type: boolean description: 'Whether to push the report to codacy after generating coverage' - default: true + default: false required: false jobs: