Skip to content

Conversation

@himanshusinghs
Copy link
Contributor

Description

At some point we added cache: npm to the publish workflow and that requires a repo checkout.
Since all the npm heavy work is already done by now, we don't need the cache anymore.

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@himanshusinghs himanshusinghs requested a review from a team as a code owner September 16, 2025 17:24
Copilot AI review requested due to automatic review settings September 16, 2025 17:24
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 fixes an issue in the publish workflow where npm cache configuration was causing problems by requiring a repository checkout that wasn't available. The change removes the npm cache setting since the heavy npm operations have already been completed by this point in the workflow.

  • Removes npm cache configuration from GitHub Actions workflow
  • Eliminates dependency on repository checkout for npm caching
  • Maintains workflow functionality while fixing the configuration issue

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@himanshusinghs himanshusinghs added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Sep 16, 2025
@himanshusinghs himanshusinghs merged commit e9a3c65 into main Sep 16, 2025
10 of 11 checks passed
@himanshusinghs himanshusinghs deleted the fix/publish-action branch September 16, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants