Skip to content

Commit

Permalink
ci: shift monthly schedule to a less busy time (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Sep 20, 2023
1 parent e6dbd7b commit b9bb1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ master, main ]
schedule:
- cron: '0 0 1 * *'
- cron: '45 4 1 * *'

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ master, main ]
schedule:
- cron: '0 0 1 * *'
- cron: '45 4 1 * *'

jobs:
php-cs-fixer:
Expand Down

0 comments on commit b9bb1cb

Please sign in to comment.