diff --git a/dist/index.js b/dist/index.js
index 4a0e9c2..1acca9b 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -3023,8 +3023,7 @@ function getResultsServiceUrl() {
 }
 exports.getResultsServiceUrl = getResultsServiceUrl;
 function isGhes() {
-    const ghUrl = new URL(process.env['GITHUB_SERVER_URL'] || 'https://github.com');
-    return ghUrl.hostname.toUpperCase() !== 'GITHUB.COM';
+    return false;
 }
 exports.isGhes = isGhes;
 function getGitHubWorkspaceDir() {