You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: only use schema caching in action linting if not on a fork (#1178)
Forks do not get `actions: write` and so we cannot clear caches in those
situations. To prevent inconsistencies we need to disable the whole
schema caching functionality in this scenario.
0 commit comments