Skip to content

Commit 51ac2ce

Browse files
Deploy public web app after WP major/beta update (#2378)
## Motivation for the change, related issues The WP major/beta update workflow was left trying to deploy the private web app. ## Implementation details This PR fixes the workflow to deploy the public web app. ## Testing Instructions (or ideally a Blueprint) Deploy and run on trunk
1 parent b8a36a8 commit 51ac2ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/refresh-wordpress-major-and-beta.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,5 @@ jobs:
7575
if: steps.changes.outputs.COMMIT_CHANGES == '1'
7676
uses: benc-uk/workflow-dispatch@v1
7777
with:
78-
# TODO: Switch back to build-website.yml before merging to public repo
79-
#workflow: build-website.yml
80-
workflow: deploy-private-website.yml
78+
workflow: build-website.yml
8179
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)