Skip to content

Commit

Permalink
Run cron jobs four times daily
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 13, 2024
1 parent 3cae1c7 commit d7a35d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"
- cron: "50 3/6 * * *"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oe_license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
- cron: "40 3/6 * * *"

defaults:
run:
Expand Down

0 comments on commit d7a35d6

Please sign in to comment.