Switch to a variable that is set on pushes (#5940)

This commit is contained in:
Jace Browning
2025-03-21 16:00:07 -04:00
committed by GitHub
parent 5654e9daaa
commit 5aed80e930

View File

@ -56,7 +56,7 @@ export const editorSelector = '[role="textbox"][data-language="kcl"]'
type PaneId = 'variables' | 'code' | 'files' | 'logs'
export function orRunWhenFullSuiteEnabled() {
return process.env.GITHUB_HEAD_REF !== 'all-e2e'
return process.env.GITHUB_REF !== 'all-e2e'
}
async function waitForPageLoadWithRetry(page: Page) {