Skip to content

Commit

Permalink
Run cron only on monday
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Oct 30, 2020
1 parent 764d160 commit c0b2948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "*.x"
- "master"
schedule:
- cron: "42 3 * * *"
- cron: "42 3 * * 1"

jobs:
phpunit-mysql:
Expand Down

0 comments on commit c0b2948

Please sign in to comment.