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

addapting pipeline to follow drone.yml config #56008

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

pablo-code-org
Copy link
Contributor

This PR optimizes the GitHub Actions workflow for improved performance and readability. Key enhancements include:

Shallow Git Clone: We've updated the Git clone step to use a shallow clone with a depth of 1, reducing the amount of data fetched during the clone operation.

Dependency Caching: Caching of dependencies, such as Node.js modules, using GitHub Actions cache. This helps in reducing build times for subsequent runs

Links

Testing story

Deployment strategy

Follow-up work

Privacy

Security

Caching

PR Checklist:

  • Tests provide adequate coverage
  • Privacy and Security impacts have been assessed
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

This PR optimizes the GitHub Actions workflow for improved performance and readability. Key enhancements include:

Shallow Git Clone: We've updated the Git clone step to use a shallow clone with a depth of 1, reducing the amount of data fetched during the clone operation.

Dependency Caching: Caching of dependencies, such as Node.js modules, using GitHub Actions cache. This helps in reducing build times for subsequent runs
@pablo-code-org pablo-code-org requested a review from a team as a code owner January 26, 2024 22:36
@pablo-code-org pablo-code-org merged commit ef5fb5c into staging Jan 26, 2024
1 of 2 checks passed
@pablo-code-org pablo-code-org deleted the pablo-code-org-patch-1 branch January 26, 2024 22:37
mikeharv pushed a commit that referenced this pull request Feb 5, 2024
addapting pipeline to follow drone.yml config
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.

None yet

1 participant