Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cache-read-only for scheduled jobs
The fix for #383 introduced a bug that caused the post-action to fail when attemping to resolve `cache-read-only` for scheduled jobs. This has been fixed with an explicit (rather than implicit) check for 'event.repository != null'. Fixes #409
- Loading branch information