Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove invalid description field from workflow
- Move description to YAML comment
- GitHub Actions does not support top-level description field
  • Loading branch information
christian-byrne committed Nov 26, 2025
commit 335ea3e854d4435c83861d041dbd76c501e338ef
2 changes: 1 addition & 1 deletion .github/workflows/weekly-comfyui-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Automated weekly workflow to bump ComfyUI frontend RC releases
name: "Weekly ComfyUI Release"
description: "Automated weekly workflow to bump ComfyUI frontend RC releases"

on:
# Schedule for Monday at 12:00 PM PST (20:00 UTC)
Expand Down