Skip to content

Commit

Permalink
Change schedule to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Apr 18, 2024
1 parent 1af0c0d commit 4806532
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Nightly checks with sanitizers

on:
workflow_dispatch:
# Run this every day at midnight
# Run this every Sunday at midnight
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 0"
pull_request:

jobs:
Expand Down

0 comments on commit 4806532

Please sign in to comment.