You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid race conditions during the parallel builds they should either
113
+
[generate their own caches](#generate-different-caches), or create the cache
114
+
for only one build and [restore](#restore-only-caches) that cache in the other builds.
115
+
66
116
# Release process
67
117
68
118
As soon as functionality is implemented, we will release minor update of action. No need to bump major version since there are no breaking changes for existing users.
0 commit comments