From 55bace07042a237516b6693b3db303c5737c720b Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 23 Jul 2024 11:06:19 +0200 Subject: [PATCH] remove unused GITHUB_BASE_REF rule --- tests/playwright-test/playwright-test-fixtures.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/playwright-test/playwright-test-fixtures.ts b/tests/playwright-test/playwright-test-fixtures.ts index 6f8afb6112..86b07d7a80 100644 --- a/tests/playwright-test/playwright-test-fixtures.ts +++ b/tests/playwright-test/playwright-test-fixtures.ts @@ -222,7 +222,6 @@ export function cleanEnv(env: NodeJS.ProcessEnv): NodeJS.ProcessEnv { GITHUB_RUN_ID: undefined, GITHUB_SERVER_URL: undefined, GITHUB_SHA: undefined, - GITHUB_BASE_REF: undefined, // END: Reserved CI PW_TEST_HTML_REPORT_OPEN: undefined, PLAYWRIGHT_HTML_OPEN: undefined,