From 0f0dea3eacb89ba1f4aaf4f3452af25c22201d96 Mon Sep 17 00:00:00 2001 From: Ashesh Singh Date: Sun, 3 Mar 2024 18:55:24 -0600 Subject: [PATCH] Switch to manual dispatching (#2) Scrutinizer CI can no longer access the repository within the organization. Until the permission issue is fixed, I am essentially disabling this workflow. --- .github/workflows/coverage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 13c894f..99109e4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,8 +1,6 @@ name: Unit test coverage -on: - - push - - pull_request +on: workflow_dispatch jobs: tests: