Skip to content

Commit

Permalink
Try: update production group
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Sep 11, 2024
1 parent 4b2643d commit b171559
Show file tree
Hide file tree
Showing 3 changed files with 797 additions and 677 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ name: 🛍 Update dependencies

on:
schedule:
- cron: 0 12 * * 3
- cron: 0 10 * * 3
workflow_dispatch:

jobs:
update:
name: 🦿 Update dependencies
uses: WGBH-MLA/.github/.github/workflows/update.yml@main
with:
pdm_args: -G dev,test,cli -u --save-compatible --no-sync --no-self && pdm update --no-default -G docs -L pdm-locks/pdm.doc.lock --unconstrained --save-compatible --no-sync --no-self
pdm_args: |
-G dev,test,cli -u --save-compatible --no-sync --no-self && \
pdm update --no-default -G production -L pdm-locks/pdm.prod.lock --unconstrained --save-compatible --no-sync --no-self && \
pdm update --no-default -G docs -L pdm-locks/pdm.doc.lock --unconstrained --save-compatible --no-sync --no-self
Loading

0 comments on commit b171559

Please sign in to comment.