Skip to content

Commit

Permalink
[pixi] Run lock update CI job on every Sat
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 30, 2024
1 parent 835daf4 commit feb14f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
workflow_dispatch:
schedule:
- cron: 0 5 1 * * # Runs at 05:00, on day 1 of the month
- cron: 0 5 * * SAT # Runs at 05:00, on every Staturday

jobs:
pixi-update:
Expand Down

0 comments on commit feb14f1

Please sign in to comment.