mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
feat: Enable cloud workflow on push/PR
This commit is contained in:
11
.github/workflows/ci-tests-e2e-cloud.yaml
vendored
11
.github/workflows/ci-tests-e2e-cloud.yaml
vendored
@@ -2,12 +2,11 @@ name: "CI: Tests E2E Cloud"
|
||||
description: "Cloud E2E testing with Playwright against stagingcloud.comfy.org"
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Manual trigger for now
|
||||
# Uncomment to enable on push/PR:
|
||||
# push:
|
||||
# branches: [cloud/*, main]
|
||||
# pull_request:
|
||||
# branches: [main]
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [cloud/*, main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user