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

feat: build opt-out for cache-node-modules action #1070

Merged

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Sep 14, 2022

I've used this action several times and did not know that it was also calling npm run build.

The build step can increase a workflow's runtime and complexity, and I usually don't want to do that. I think it's useful, but since there was already support for inputs.build, I think it's unnecessary. An opt-out (since we don't want to break existing users) will help me out a lot.

I've used this action several times and did not know that it was also called `npm run build`. 

The build step can increase a workflow's runtime and complexity, and I usually don't want to do that. I think it's useful, but since there was already support for `inputs.build`, I think it's unnecessary. An opt-out (since we don't want to break existing users) will help me out a lot.
@achingbrain
Copy link
Member

@SgtPooki Seems reasonable enough, do you still need this?

@SgtPooki
Copy link
Member Author

SgtPooki commented Dec 7, 2022

@SgtPooki Seems reasonable enough, do you still need this?

Please sir

Copy link
Member

@achingbrain achingbrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a small question about the string boolean

actions/cache-node-modules/action.yml Show resolved Hide resolved
@achingbrain achingbrain merged commit c63b1d0 into master Jan 10, 2023
@achingbrain achingbrain deleted the feature/build-opt-out-for-cache-node-modules-action branch January 10, 2023 14:38
github-actions bot pushed a commit that referenced this pull request Jan 10, 2023
## [37.12.0](v37.11.0...v37.12.0) (2023-01-10)

### Features

* build opt-out for cache-node-modules action ([#1070](#1070)) ([c63b1d0](c63b1d0))

### Bug Fixes

* terminate string properly ([6b37d29](6b37d29))
* update actions/cache ([#1154](#1154)) ([9f7d169](9f7d169))
@github-actions
Copy link

🎉 This PR is included in version 37.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants