Skip to content

Commit

Permalink
run tests twice a week
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Nov 18, 2023
1 parent 31e0758 commit b985c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on:
schedule:
# twice a week, on sundays, fridays at 8:00am UTC
- cron: "0 8 * * 0,5"
push:
branches: [ master ]
pull_request:
Expand Down

0 comments on commit b985c02

Please sign in to comment.