From 789826f69b9e706c40dfed88b04ac15533a38f9b Mon Sep 17 00:00:00 2001 From: Dennis Dyall Date: Mon, 6 May 2024 15:47:48 +0200 Subject: [PATCH] Change description --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 053956fc..81b31c7a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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