Files
dashboard-icons/.github/workflows
Thomas Camlong bcd8a55118 fix(workflow): process multiple submissions in single workflow run
Changed input from `submissionId` to `submissionIds` (comma-separated).
This avoids the GitHub Actions concurrency limitation where only one
pending workflow is kept per concurrency group, causing other queued
workflows to be canceled.

Now all submissions are processed sequentially within a single workflow
run, with individual commits for each icon.
2025-12-29 11:26:41 +01:00
..
2025-12-21 12:39:02 +01:00