Skip to content

Commit

Permalink
Adding daily schedule to CI build (#1659)
Browse files Browse the repository at this point in the history
* Adding daily schedule to CI build

* Change from 0 minute to 23, per discussion and referenced suggestion.
  • Loading branch information
x1101 authored Jul 9, 2024
1 parent ed3c4fe commit 7085c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Ansible Docsite CI

on:
schedule:
# Daily
- cron: "23 7 * * *"
push:
branches-ignore:
- 'patchback/**'
Expand Down

0 comments on commit 7085c94

Please sign in to comment.