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
Would also be a really good idea to only have the GH Actions run if there is changes to the source code, or any of the required scaffolding (Dockerfiles, .dockerignore, etc.) changes.
README.md, LICENSE.md, etc. changes should not require a new container build.
Currently the ENTIRE repo is pulled onto HDL to be built as a container, then redeployed.
A significantly better solution is as follows:
The text was updated successfully, but these errors were encountered: