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

Build: #BBB-142 CI/CD 수정 #61

Closed
wants to merge 1 commit into from
Closed

Conversation

msjang4
Copy link
Contributor

@msjang4 msjang4 commented Sep 23, 2024

작업 개요

Access Cache Restriction

When a cache is created by a workflow run triggered on a pull request, the cache is created for the merge ref (refs/pull/.../merge). Because of this, the cache will have a limited scope and can only be restored by re-runs of the pull request. It cannot be restored by the base branch or other pull requests targeting that base branch.

develop branch에서 실행되는 CD workflow에서 jar 캐시를 계속 못찾아서 검색해보니, github actions는 branch별로 logical boundary를 통해 캐시 isolation과 security를 제공한다고 한다.

전달 사항

참고 자료

[Caching dependencies to speed up workflows - GitHub Docs](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache)

@msjang4 msjang4 closed this Sep 23, 2024
@msjang4 msjang4 reopened this Sep 23, 2024
@msjang4 msjang4 force-pushed the build/cd_with_cache#BBB-142 branch from 647dbdf to ba81c55 Compare September 23, 2024 11:23
@msjang4 msjang4 closed this Sep 23, 2024
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.

1 participant