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
I have a quite large repo with several sub-repos where I want to dev & test actions
Act works quite well, but I often need to wait several minutes for the copy of the repo to a container ( 30-50% SSD activity, 50-80% for CPU)
So I wonder if is there a way to specify ignore paths that should not be copied to the container ? ( similar to .gitignore and .dockerignore )
Tried thus far :
--reuse
I already have --reuse in the .actrc, then the wait is reduced for subsequent runs.
but for matrix workflows this is not a good option,
--bind
When I try to use --bind , I regularly run into issues such as :
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a quite large repo with several sub-repos where I want to dev & test actions
Act works quite well, but I often need to wait several minutes for the copy of the repo to a container ( 30-50% SSD activity, 50-80% for CPU)
So I wonder if is there a way to specify ignore paths that should not be copied to the container ? ( similar to
.gitignore
and.dockerignore
)Tried thus far :
--reuse
I already have
--reuse
in the.actrc
, then the wait is reduced for subsequent runs.but for matrix workflows this is not a good option,
--bind
When I try to use
--bind
, I regularly run into issues such as :Note that these are a subset of the files in the repo
Beta Was this translation helpful? Give feedback.
All reactions