Skip to content

Commit

Permalink
chore: Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 17, 2024
1 parent 25f718f commit 4bc9bc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/yarn-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
run: |
for dir in scripts/yarn client ; do
if [ ! -d $dir ] ; then
echo "Skipping $dir"
continue
fi
pushd "$dir"
yarn upgrade
popd
Expand Down

0 comments on commit 4bc9bc5

Please sign in to comment.