feat: Enable cloud workflow on push/PR

This commit is contained in:
bymyself
2025-11-15 13:23:33 -08:00
parent d0d2789f78
commit d6d79a834c

View File

@@ -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 }}