Skip to content

Commit

Permalink
ENH: Don't need extra parameter for branch
Browse files Browse the repository at this point in the history
It's built into workflow dispatch
  • Loading branch information
cookpa committed Feb 19, 2024
1 parent 99a4418 commit 12cf0e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
- master

workflow_dispatch:
inputs:
branch:
description: 'Branch name'
required: true

name: codecov

Expand Down

0 comments on commit 12cf0e9

Please sign in to comment.