Skip to content

Commit

Permalink
update cron entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 24, 2024
1 parent b99181e commit c3b158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dimbl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: C/C++ CI

on:
schedule:
- cron: "0 19 3 * 5" # run test once a month
- cron: "10 04 3 * *" # run test on 3-th of month at 04:10
push:
branches: [master]
paths:
Expand Down

0 comments on commit c3b158b

Please sign in to comment.