From d96c60703384f6b60760ba4cb16fe9e8d03d0565 Mon Sep 17 00:00:00 2001 From: Jon Perry Date: Mon, 29 Jul 2024 14:24:28 -0400 Subject: [PATCH] chore: typo playright -> playwright --- .../workflows/{e2e-playright.yaml => e2e-playwright.yaml} | 8 ++++---- .github/workflows/e2e-shim.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{e2e-playright.yaml => e2e-playwright.yaml} (97%) diff --git a/.github/workflows/e2e-playright.yaml b/.github/workflows/e2e-playwright.yaml similarity index 97% rename from .github/workflows/e2e-playright.yaml rename to .github/workflows/e2e-playwright.yaml index 8b0b368e9..715f0f026 100644 --- a/.github/workflows/e2e-playright.yaml +++ b/.github/workflows/e2e-playwright.yaml @@ -1,6 +1,6 @@ # End-to-end testing that deploys and tests Supabase, API, UI, and VLLM -name: e2e-playright +name: e2e-playwright on: pull_request: types: @@ -14,7 +14,7 @@ on: # Ignore updates to the .github directory, unless it's this current file - "!.github/**" - - ".github/workflows/e2e-playright.yaml" + - ".github/workflows/e2e-playwright.yaml" # Ignore docs and website things - "!**.md" @@ -45,11 +45,11 @@ on: concurrency: - group: e2e-playright-${{ github.ref }} + group: e2e-playwright-${{ github.ref }} cancel-in-progress: true jobs: - e2e_playright: + e2e_playwright: runs-on: ai-ubuntu-big-boy-8-core if: ${{ !github.event.pull_request.draft }} diff --git a/.github/workflows/e2e-shim.yaml b/.github/workflows/e2e-shim.yaml index 546a95506..c81f42ea1 100644 --- a/.github/workflows/e2e-shim.yaml +++ b/.github/workflows/e2e-shim.yaml @@ -30,7 +30,7 @@ jobs: - name: Skipped run: | echo skipped - e2e_playright: + e2e_playwright: runs-on: ubuntu-latest steps: - name: Skipped