Skip to content

[workflow] Add reports preview concurrency and cleanup (#68)#88

Merged
coisa merged 2 commits intomainfrom
codex/68-reports-preview-concurrency-cleanup
Apr 18, 2026
Merged

[workflow] Add reports preview concurrency and cleanup (#68)#88
coisa merged 2 commits intomainfrom
codex/68-reports-preview-concurrency-cleanup

Conversation

@coisa
Copy link
Copy Markdown
Contributor

@coisa coisa commented Apr 18, 2026

Summary

  • Add PR-scoped concurrency for reports previews so newer pushes cancel older in-progress preview runs for the same PR.
  • Add scheduled/manual cleanup for stale gh-pages preview directories whose pull requests are already closed.
  • Keep production reports deployments on a separate non-canceling concurrency group and update docs for the reports cleanup lifecycle.

Testing

  • ruby -e 'require "yaml"; %w[.github/workflows/reports.yml resources/github-actions/reports.yml].each { |f| YAML.load_file(f); puts "#{f}: ok" }'
  • git diff --check
  • composer dev-tools docs

Note: actionlint is not installed in this local environment, so workflow validation used YAML parsing plus documentation generation.

Closes #68

@github-actions github-actions Bot added the enhancement New feature or request label Apr 18, 2026
@github-actions
Copy link
Copy Markdown
Contributor

@coisa coisa merged commit bc15d35 into main Apr 18, 2026
2 checks passed
@coisa coisa deleted the codex/68-reports-preview-concurrency-cleanup branch April 18, 2026 15:29
github-actions Bot added a commit that referenced this pull request Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Released

Development

Successfully merging this pull request may close these issues.

Add per-PR concurrency and cleanup for reports previews

1 participant