Skip to content

Commit

Permalink
Run CI more often
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcaine committed Sep 6, 2023
1 parent e43c034 commit db8f59f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Run tests

on: [push, pull_request]
on:
push:
pull_request:
# Allow workflow to be triggered manually.
workflow_dispatch:
schedule:
# Run the CI at 00:10 every Sunday to receive warning of breaking changes in our dependencies.
- cron: '10 0 * * 0'

jobs:
test:
Expand Down

0 comments on commit db8f59f

Please sign in to comment.