Skip to content

Commit

Permalink
Run CI on a weekly schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Jul 10, 2024
1 parent 265db1b commit dacadcb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build and run tests
on: [push, pull_request]
on:
push:
pull_request:
schedule:
# 00:00 UTC every Saturday, don't bother anyone
- cron: '0 0 * * 6'

env:
CI_BUILD_DIR: build
Expand Down

0 comments on commit dacadcb

Please sign in to comment.