Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFD-193: Avoid duplication of build and test steps in publish pipeline #130

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

mgriffin-scottlogic
Copy link
Collaborator

SFD-193 Jira ticket

Description of Change

Add a shared workflow to publish pages, which can only be called from other workflows. There are now 3 workflows that can be triggered manually:

  • Build and Test (buildAndTest.yml)
  • Deploy estimator pages (pages.yml)
  • Publish new package (publish-package.yml)

And one that can only be called from others:

  • Shared Pages publish workflow (shared-pages.yml)

Deploy estimator pages is now a simple workflow that only calls other workflows, buildAndTest followed by shared-pages. In theory we should not need to use this in future but we will keep it for now. Publish new package has only changed to call shared-pages.

@mgriffin-scottlogic mgriffin-scottlogic merged commit a46e23f into main Sep 11, 2024
3 checks passed
@mgriffin-scottlogic mgriffin-scottlogic deleted the sfd-193-dedupe-pipeline branch September 11, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants