From 6b6a9d66e503075a6ec67ca73258566b576f066a Mon Sep 17 00:00:00 2001 From: kankys Date: Thu, 7 May 2026 09:51:11 +0200 Subject: [PATCH] finall --- .gitea/workflows/playwright.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/playwright.yaml b/.gitea/workflows/playwright.yaml index abf98f3..691d423 100644 --- a/.gitea/workflows/playwright.yaml +++ b/.gitea/workflows/playwright.yaml @@ -2,7 +2,7 @@ name: Playwright Tests on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest # Runner musí mít tento label + runs-on: playwright # Runner musí mít tento label steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4