avoid cloning entire repo for actions/checkout #47

Merged
ashten merged 1 commit from sugar/forkey:avoid-cloning-entire-repo-in-actions-checkout into main 2025-01-19 20:59:35 +00:00
Owner

fetch-depth: 0 is saying to fetch all commits, which we don't really need test for testing a single commit

What

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests
`fetch-depth: 0` is saying to fetch all commits, which we don't really need test for testing a single commit <!-- ℹ お読みください / README PRありがとうございます! PRを作成する前に、コントリビューションガイドをご確認ください: Thank you for your PR! Before creating a PR, please check the contribution guide: https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md --> ## What <!-- このPRで何をしたのか? どう変わるのか? --> <!-- What did you do with this PR? How will it change things? --> ## Why <!-- なぜそうするのか? どういう意図なのか? 何が困っているのか? --> <!-- Why do you do it? What are your intentions? What is the problem? --> ## Additional info (optional) <!-- テスト観点など --> <!-- Test perspective, etc --> ## Checklist - [ ] Read the [contribution guide](https://github.com/misskey-dev/misskey/blob/develop/CONTRIBUTING.md) - [ ] Test working in a local environment - [ ] (If needed) Add story of storybook - [ ] (If needed) Update CHANGELOG.md - [ ] (If possible) Add tests
sugar added 1 commit 2025-01-19 18:44:21 +00:00
avoid cloning entire repo for actions/checkout
All checks were successful
Test (production install and build) / production (22.x) (pull_request) Successful in 2m21s
41a9904932
`fetch-depth: 0` is saying to fetch all commits, which we don't really
need test for testing a single commit
Owner

Looks good but id like @ashten to take a look as she is the one who knows more about this stuff.

Looks good but id like @ashten to take a look as she is the one who knows more about this stuff.
ashten merged commit f4bda8582f into main 2025-01-19 20:59:35 +00:00
ashten deleted branch avoid-cloning-entire-repo-in-actions-checkout 2025-01-19 20:59:36 +00:00
Sign in to join this conversation.
No description provided.