From b7f528e0632edd1a2756b583aae4d52738bbbe4b Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 10 Jul 2024 17:06:04 +0100 Subject: [PATCH] remove the schedule from the workflow dispatch job (#1683) Relates to issue #1682. This change removes the schedule to stop the workflow from failing due to null input values. We can either add this back with some expressions to set defaults for scheduled runs or create a simplified build workflow that runs on a schedule. --- .github/workflows/build-package-docs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-package-docs.yaml b/.github/workflows/build-package-docs.yaml index 7f72a5dd656..88050aeab27 100644 --- a/.github/workflows/build-package-docs.yaml +++ b/.github/workflows/build-package-docs.yaml @@ -2,8 +2,6 @@ name: Ansible package docs build on: - schedule: - - cron: '17 5 * * *' workflow_dispatch: inputs: repository-owner: