Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed May 6, 2024
1 parent 80df642 commit 789826f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ on:
type: boolean
default: true
required: false
description: 'Whether or not to build a test coverage report'
description: 'Build a test coverage report'
workflow_call:
inputs:
build-coverage-report:
type: boolean
default: true
required: false
description: 'Whether or not to build a test coverage report'
description: 'Build a test coverage report'

schedule:
- cron: '0 0 * * *' # Every day at midnight
Expand Down

0 comments on commit 789826f

Please sign in to comment.