Skip to content

Commit

Permalink
Start updating versions/lock-files on different dates (#1075)
Browse files Browse the repository at this point in the history
That should make the process a bit more robust.
  • Loading branch information
Hofer-Julian authored Feb 5, 2024
1 parent 75b5ff3 commit 999527b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/julia_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Julia auto update

on:
schedule:
# At 03:00 on day 1 of the month
- cron: "0 3 1 * *"
# At 03:00 on day 2 of the month
- cron: "0 3 2 * *"
# on demand
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Pixi auto update

on:
schedule:
# At 03:00 on day 1 of the month
- cron: "0 3 1 * *"
# At 03:00 on day 3 of the month
- cron: "0 3 3 * *"
# on demand
workflow_dispatch:

Expand Down

0 comments on commit 999527b

Please sign in to comment.