Skip to content

Commit

Permalink
update schedule to run twice a week
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Jan 14, 2025
1 parent 42e0b72 commit 84876d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: Build and deploy Ansible package docs
on:
schedule:
# Run at 05:17 am
- cron: '17 5 * * *'
# Run at 05:17 on Tuesday and Thursday
- cron: '17 5 * * 2,4'
workflow_dispatch:
inputs:
repository-owner:
Expand Down

0 comments on commit 84876d0

Please sign in to comment.