Skip to content

Commit

Permalink
Switch cron from once a week to once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 28, 2023
1 parent 351d599 commit 76c7efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: ['*']
schedule:
- cron: "0 0 * * 5"
- cron: "0 0 1 * *"

jobs:
PHPUnit-Memory:
Expand Down

0 comments on commit 76c7efc

Please sign in to comment.