From c6d6e2de0379b24011a0aaec28a144de44b9999f Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Wed, 3 Jun 2026 09:59:46 -0600 Subject: [PATCH] Disambiguate chromium launcher test check Give the chromium launcher workflow a unique job name so branch protection can require it without colliding with the server test workflow. Co-authored-by: Cursor --- .github/workflows/chromium-launcher-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromium-launcher-test.yaml b/.github/workflows/chromium-launcher-test.yaml index 9dc75e01..7e0f7ce2 100644 --- a/.github/workflows/chromium-launcher-test.yaml +++ b/.github/workflows/chromium-launcher-test.yaml @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: - test: + chromium-launcher-test: runs-on: ubuntu-latest permissions: contents: read