Skip to content

Commit

Permalink
add cron
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Feb 12, 2024
1 parent 1dbdf41 commit 89008ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- main
schedule:
# weekly tests, Sundays at midnight
- cron: "0 0 * * 0"

concurrency:
# Specific group naming so CI is only cancelled
Expand Down

0 comments on commit 89008ae

Please sign in to comment.