Skip to content

Commit

Permalink
run CI daily
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Feb 14, 2022
1 parent 33824e6 commit 34540a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: push
on:
push:
schedule: [cron: "45 6 * * *"]

name: Run tests
jobs:
# The `ci-result` job doesn't actually test anything - it just aggregates the
Expand Down

0 comments on commit 34540a6

Please sign in to comment.