Skip to content

Commit

Permalink
Merge pull request #15 from embroider-build/schedule-ci
Browse files Browse the repository at this point in the history
schedule CI to run once a day
  • Loading branch information
mansona authored May 26, 2024
2 parents 380ea57 + e9bfac1 commit 710c416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'

jobs:
test:
Expand Down

0 comments on commit 710c416

Please sign in to comment.