Skip to content

Commit

Permalink
ci: Add a monthly schedule for the pipeline (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Sep 17, 2023
1 parent 35c7544 commit 86a35de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/inspection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
schedule:
- cron: "0 0 1 * *"

jobs:
ubuntu-inspection:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
schedule:
- cron: "0 0 1 * *"

jobs:
coding-standards:
Expand Down

0 comments on commit 86a35de

Please sign in to comment.