Skip to content

update deployment actions to use GitHub's native concurrency key#78

Merged
AlexanderLanin merged 1 commit intoeclipse-score:mainfrom
etas-contrib:feature/update-deployment-actions
Mar 20, 2026
Merged

update deployment actions to use GitHub's native concurrency key#78
AlexanderLanin merged 1 commit intoeclipse-score:mainfrom
etas-contrib:feature/update-deployment-actions

Conversation

@kgraeper
Copy link
Contributor

This serializes deployments per repo+ref using GitHub's built-in concurrency mechanism, which works correctly regardless of whether the workflow is invoked directly or via workflow_call. Using cancel-in-progress: false ensures queued deployments wait rather than being cancelled (matching turnstyle's original queue-and-wait behavior).

Copy link
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

This PR updates the documentation deployment workflow to serialize GitHub Pages deployments using GitHub Actions’ native concurrency mechanism, and removes the previous softprops/turnstyle@v3-based serialization from the composite deploy action (with explanatory documentation).

Changes:

  • Add a concurrency key to the docs-deploy job to queue deployments instead of canceling them.
  • Remove the softprops/turnstyle@v3 step from deploy-versioned-pages composite action.
  • Document why turnstyle fails under workflow_call and how to configure native concurrency instead.

Reviewed changes

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

File Description
.github/workflows/docs.yml Adds job-level GitHub Actions concurrency to serialize Pages deployments.
.github/actions/deploy-versioned-pages/action.yml Removes turnstyle step and adds documentation guiding callers to use native concurrency.

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

@AlexanderLanin AlexanderLanin merged commit 00a811b into eclipse-score:main Mar 20, 2026
6 of 7 checks passed
@kgraeper kgraeper deleted the feature/update-deployment-actions branch March 20, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

4 participants