if (!isNoPullRequest()) {
            console.log(`  ${chalk.yellow('⚠')}   Skipping, "${job}" is a pull request. ${chalk.gray('[--no-pull-request]')}`);
            throw new Error(1);
        } else {
            console.log(`  ${chalk.green('✔')}   Job "${job}" is no pull request. ${chalk.gray('[--no-pull-request]')}`);