digidem / comapeo-core

A local-first library for collaborating on mapping projects
MIT License
8 stars 1 forks source link

chore: remove paths filter for lockfile workflow #937

Closed gmaclennan closed 1 month ago

gmaclennan commented 1 month ago

The "Check Lockfile" workflow had a paths filter in the trigger, to only run when package-lock.json is modified. Unfortunately there is an edge-case, where package-lock.json is modified, and the lockfile changes check posts a comment, and then the package-lock.json changes are reverted, but the lockfile changes check does not run again, because now the PR has no updates to package-lock.json.

This workflow is very fast compared with the other checks in the repo, so I think it's ok to run for every PR sync event.