-
Fix cache-read-only for scheduled jobs
Some checks failedDemo Job Summary for Gradle builds / run-gradle-builds (push) Has been cancelledreleased this
2022-08-19 02:35:47 +08:00 | 473 commits to main since this releaseThe fix for #383 introduced a bug that caused the post-action to fail when
attemping to resolvecache-read-only
for scheduled jobs.
This has been fixed with an explicit (rather than implicit) check for 'event.repository != null'.Fixes #409
Downloads