Skip to content

Commit

Permalink
chore: typo playright -> playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj committed Jul 29, 2024
1 parent 61fd76c commit d96c607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-shim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Skipped
run: |
echo skipped
e2e_playright:
e2e_playwright:
runs-on: ubuntu-latest
steps:
- name: Skipped
Expand Down

0 comments on commit d96c607

Please sign in to comment.