Skip to content

Commit

Permalink
devops: Scheduled CI moved to once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Aug 8, 2024
1 parent 73a0eef commit 3de940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: continuous_integration
on:
workflow_dispatch:
schedule:
- cron: "0 4 * * 5"
- cron: "0 4 1 * *"
push:
branches:
- master
Expand Down

0 comments on commit 3de940c

Please sign in to comment.