Skip to content

Commit

Permalink
ci: Add monthly schdule for the pipeline (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Sep 18, 2023
1 parent 2d9c299 commit fead0fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: CI

on:
pull_request:
push:
branches: [ master, main ]
pull_request:
push:
branches: [ master, main ]
schedule:
- cron: '0 0 1 * *'

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

jobs:
php-cs-fixer:
Expand Down

0 comments on commit fead0fb

Please sign in to comment.