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

Feature: Common cache on the develop branch #1079

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

Magnus167
Copy link
Member

Workflows can share caches built on the default branch. This PR adds logic that creates/checks the cache on every push to develop - accessible by all PRs made against develop.

Source:
https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cach

and

https://stackoverflow.com/a/71061281

@Magnus167 Magnus167 requested a review from a team as a code owner October 16, 2023 00:23
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #1079 (ac8b497) into develop (4eb0baf) will not change coverage.
Report is 1 commits behind head on develop.
The diff coverage is n/a.

❗ Current head ac8b497 differs from pull request most recent head f78349c. Consider uploading reports for the commit f78349c to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1079   +/-   ##
========================================
  Coverage    65.21%   65.21%           
========================================
  Files           45       45           
  Lines         5086     5086           
========================================
  Hits          3317     3317           
  Misses        1769     1769           

Impacted file tree graph

@Magnus167 Magnus167 merged commit ef911d0 into develop Oct 16, 2023
3 checks passed
@Magnus167 Magnus167 deleted the feature/dev_cache branch October 16, 2023 08:18
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

2 participants