From 12cf0e99ad560451098f4c6d0379dbbbbd321db9 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Sun, 18 Feb 2024 19:08:47 -0500 Subject: [PATCH] ENH: Don't need extra parameter for branch It's built into workflow dispatch --- .github/workflows/code-coverage.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 7515958b..2a7dca18 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -4,10 +4,6 @@ on: - master workflow_dispatch: - inputs: - branch: - description: 'Branch name' - required: true name: codecov