Skip to content

Commit

Permalink
remove the schedule from the workflow dispatch job (#1683)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oraNod authored Jul 10, 2024
1 parent 7085c94 commit b7f528e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-package-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

name: Ansible package docs build
on:
schedule:
- cron: '17 5 * * *'
workflow_dispatch:
inputs:
repository-owner:
Expand Down

0 comments on commit b7f528e

Please sign in to comment.