Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
change ci to every day
  • Loading branch information
kntkb authored Feb 12, 2024
1 parent 892ebda commit a894375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# Weekly tests run on main by default:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
- cron: "0 0 * * 0"
- cron: "0 0 * * *"

jobs:
test:
Expand Down

0 comments on commit a894375

Please sign in to comment.