diff --git a/cmd/ci/ci.go b/cmd/ci/ci.go index 86020285..4f2580ee 100644 --- a/cmd/ci/ci.go +++ b/cmd/ci/ci.go @@ -101,11 +101,6 @@ This command requires a listen.dev pro account.`, io := c.Context().Value(pkgcontext.IOStreamsKey).(*iostreams.IOStreams) cs := io.ColorScheme() - if !info.IsGitHubPullRequest() { - c.PrintErrln(cs.WarningIcon(), "lstn ci only runs on GitHub pull requests at the moment") - - return nil - } // Block when running on fork pull requests if info.HasReadOnlyGitHubToken() { c.PrintErrln(cs.WarningIcon(), "lstn ci doesn not run on fork pull requests at the moment")