Skip to content

Commit

Permalink
Run CI every morning (PST)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayaverdier committed Nov 23, 2023
1 parent 679a264 commit b58c010
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
# run CI every day to catch issues with external dependency updates (18th
# minute to avoid delays during high GH Action loads)
schedule:
- cron: '18 13 * * *'

jobs:
test:
Expand Down

0 comments on commit b58c010

Please sign in to comment.