mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-04 20:50:06 +00:00
chore(none): update cicd names\n\nStandardize CI/CD workflow names and descriptions across all GitHub Actions workflows to reflect updated conventions. Includes updating the name and description fields across multiple YAML files. No breaking changes.
This commit is contained in:
7
.github/workflows/ci-tests-e2e-forks.yaml
vendored
7
.github/workflows/ci-tests-e2e-forks.yaml
vendored
@@ -1,10 +1,9 @@
|
||||
name: "CI: Tests E2E Forks"
|
||||
|
||||
# Deploys test results from forked PRs (forks can't access deployment secrets)
|
||||
name: "CI: Tests E2E (Deploy for Forks)"
|
||||
description: "Deploys test results from forked PRs (forks can't access deployment secrets)"
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Tests E2E CI"]
|
||||
workflows: ["CI: Tests E2E"]
|
||||
types: [requested, completed]
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user