Skip to content

Commit

Permalink
ci: Add a monthly schedule for the pipeline (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Sep 17, 2023
1 parent f58958f commit e8faff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "main"
- "master"
pull_request: null
schedule:
- cron: '0 0 1 * *'

jobs:
static-analysis:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "main"
- "master"
pull_request: null
schedule:
- cron: '0 0 1 * *'

jobs:
unit-tests:
Expand Down

0 comments on commit e8faff2

Please sign in to comment.