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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a separate nightly build workflow #603

Open
dipinknair opened this issue Feb 19, 2024 · 0 comments
Open

Add a separate nightly build workflow #603

dipinknair opened this issue Feb 19, 2024 · 0 comments
Labels
enhancement New features or code improvements

Comments

@dipinknair
Copy link
Collaborator

馃摑 Description of the feature

Currently, the nightly run is part of the same CI/CD workflow. However, it would be beneficial to isolate it specifically for running embedding and remote tests. In this way documentation style check , code style check can be skipped. Additionally, more actions, such as removing untagged Docker images, can be incorporated into the nightly run.

馃挕 Steps for implementing the feature

Untagged images should only be cleaned once in a week so that it's easier to identify the failing changes.

馃敆 Useful links and references

for removing untagged docker images refer - https://github.com/ansys/pymapdl/blob/main/.github/workflows/docker_clean_untagged.yml

@dipinknair dipinknair added the enhancement New features or code improvements label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

1 participant