diff --git a/index.php b/index.php index 9e30c464..8e434d52 100644 --- a/index.php +++ b/index.php @@ -86,7 +86,7 @@ if ($options) { */ use Github\Client; -if ($options) { +if ($options && !isset($_POST['step'])) { $updateLastChecked = $options->getOption('updateLastChecked'); if (!$updateLastChecked || time() - $updateLastChecked >= 86400) {