DOCS-1618 - Revert Pantheon deploy workflow to pre-outage state#6699
Merged
Conversation
…)" This reverts commit ba7f6dd.
vfalconisumo
approved these changes
May 15, 2026
Collaborator
vfalconisumo
left a comment
There was a problem hiding this comment.
No problems here. I believe this change was introduced to address the workflow failing due to an unreachable PPA repo. If we see those failures return, we can revisit a fix, for sure. :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This PR reverts
job_pantheon.ymlto the state it was in prior to both outages described in PRs #6648 and #6650.PR #6648 removed PHP/Composer install steps as an emergency fix for a P1 deploy failure caused by GitHub Actions runners being unable to reach
ppa.launchpadcontent.net. This change accidentally dropped the--exclude="cid.php"rsync flag, which broke CID links sitewide.PR #6650 restored the missing
--exclude="cid.php"flag but left the reduced install steps in place.This revert applies both changes in reverse order, restoring the full original
Install Terminusstep and preserving the--exclude="cid.php"rsync configuration.Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1618