RotherOSS / otobo

OTOBO is one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management. https://otobo.io/
GNU General Public License v3.0
247 stars 71 forks source link

Let the github action code_policy.yml also cache the local lib #3631

Open bschmalhofer opened 1 month ago

bschmalhofer commented 1 month ago

Currently _.github/workflows/codepolicy.yml installs Perl modules in the local lib if it can't find the cached installation provided by _.github/workflows/cache_locallib.yml . So there are instances where work is done twice. So let _codepolicy.yml also cache the local lib installation.

See also #1255 .

bschmalhofer commented 1 month ago

This was likely a misunderstanding how caching works. But nevertheless, let's review the caching again.