From 34d1ebc3ebcf57333592fe7cfa1d2629819810fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 26 Sep 2024 12:12:06 +0800 Subject: [PATCH] Playwright Tests --- {.gitea => .github}/workflows/ci.yaml | 0 .github/workflows/playwright.yml | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename {.gitea => .github}/workflows/ci.yaml (100%) diff --git a/.gitea/workflows/ci.yaml b/.github/workflows/ci.yaml similarity index 100% rename from .gitea/workflows/ci.yaml rename to .github/workflows/ci.yaml diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 47a9eca..54087a1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: - push: - branches: [main, master] - pull_request: - branches: [main, master] + workflow_run: + workflows: ['CI'] # 这里的名称应该是你的 `ci.yaml` 中定义的工作流名称 + types: + - completed jobs: test: timeout-minutes: 60