Skip to content

[Actions] Add a shared concurrency block in all gh-pages jobs#255

Merged
VeithMetro merged 1 commit into
masterfrom
development/concurrent-actions
May 21, 2026
Merged

[Actions] Add a shared concurrency block in all gh-pages jobs#255
VeithMetro merged 1 commit into
masterfrom
development/concurrent-actions

Conversation

@VeithMetro
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 21, 2026 06:49
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a shared GitHub Actions concurrency group to all publish_pages jobs so that gh-pages deployments across these generator workflows are serialized, reducing the risk of concurrent writes clobbering the gh-pages branch.

Changes:

  • Added job-level concurrency to each publish_pages job.
  • Standardized the concurrency group name to gh-pages-deploy with cancel-in-progress: false to queue deployments rather than cancel them.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/ProxyStubGenerator.yml Serializes publish_pages deployments via shared gh-pages-deploy concurrency group.
.github/workflows/PluginSkeletonGenerator.yml Serializes publish_pages deployments via shared gh-pages-deploy concurrency group.
.github/workflows/LuaGenerator.yml Serializes publish_pages deployments via shared gh-pages-deploy concurrency group.
.github/workflows/JsonGenerator.yml Serializes publish_pages deployments via shared gh-pages-deploy concurrency group.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

LuaGenerator Results

View Results

No changes detected.

@github-actions
Copy link
Copy Markdown

Plugin skeleton preview (latest run):
https://rdkcentral.github.io/ThunderTools/PluginSkeletonGenerator/previews/pr-255/run-26210301968/

No changes detected in generated plugin code. The PR changes are internal to the generator or do not affect output.

@github-actions
Copy link
Copy Markdown

JsonGenerator Results

View Results

No changes detected.

@github-actions
Copy link
Copy Markdown

ProxyStubGenerator Results

View Results

No changes detected.

@VeithMetro VeithMetro requested a review from sebaszm May 21, 2026 09:22
@VeithMetro VeithMetro merged commit 22c6ae9 into master May 21, 2026
152 checks passed
@VeithMetro VeithMetro deleted the development/concurrent-actions branch May 21, 2026 09:24
@github-actions github-actions Bot locked and limited conversation to collaborators May 21, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants