Skip to content

Commit

Permalink
build: add scheduled runs to CI
Browse files Browse the repository at this point in the history
This build checks some aspects of crawl that the regular crawl repo does
not check, so it's useful to run more regularly.
  • Loading branch information
rawlins committed Mar 21, 2024
1 parent d2d68c7 commit 1c7538d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
sechedule:
cron: 0 2 * * 1

jobs:
build:
Expand Down

0 comments on commit 1c7538d

Please sign in to comment.