Skip to content

Commit

Permalink
CI: Run every day
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 23, 2024
1 parent 4e2a71f commit cd4c53b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: build
on:
push:
branches: ["main"]
schedule:
# While we don't have hooks triggering this from riot-sys etc, a cron job
# is the next best thing
- cron: '0 4 * * *'

jobs:
build-docs:
Expand Down

0 comments on commit cd4c53b

Please sign in to comment.