From f01bc437f87ce3548c1068a90409b654093ff2e3 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Wed, 5 Jun 2024 15:03:50 -0400 Subject: [PATCH] fix: testing --- .github/workflows/code_coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yaml b/.github/workflows/code_coverage.yaml index 60e10a2e..c3501821 100644 --- a/.github/workflows/code_coverage.yaml +++ b/.github/workflows/code_coverage.yaml @@ -2,7 +2,7 @@ name: Code coverage on: workflow_run: - workflows: ["ci"] + workflows: ["Python CI"] types: - completed